Edit: Just to clarify, this has been accepted into the community extensions repo. So you can use it like:
```
INSTALL hnsw_acorn FROM community;
LOAD hnsw_acorn;
```
Show HN: DuckDB community extension for prefiltered HNSW using ACORN-1
github.com
1–10 of 11 posts
Edit: Just to clarify, this has been accepted into the community extensions repo. So you can use it like:
```
INSTALL hnsw_acorn FROM community;
LOAD hnsw_acorn;
```
Show HN: DuckDB community extension for prefiltered HNSW using ACORN-1
github.com
Nice ! My most pressing request for VSS would be efficient binary vectors : is this on the table ?
https://github.com/lance-format/lance-duckdb/tree/main?tab=r...
I just noticed this, and your post, and haven't yet checked neither (sorry). I'm however doing some vector search benchmarking soon, with DuckDB's options alongside others. So your work caught my attention here.