Hacker News new | ask | show | jobs
by laurels-marts 780 days ago
DuckDB today announced their "Vector Similarity Search in DuckDB" extension.

https://duckdb.org/2024/05/03/vector-similarity-search-vss.h...

1 comments

This is exciting!

This could really simplify a little CDN-based HNSW project I did (https://github.com/jasonjmcghee/portable-hnsw)

Seems like with duckdb vss you could just embed, store as duckdb format, then execute sql against it (in the CDN).