ended3월 25일· 1 sources
Show HN: DuckDB community extension for prefiltered HNSW using ACORN-1
DuckDB 커뮤니티 확장: ACORN-1을 활용한 사전 필터링 HNSW 벡터 검색
Why it matters
A fork of duckdb-vss that integrates the ACORN-1 algorithm to push filter predicates into HNSW graph traversal, solving the upstream limitation where WHERE clauses applied post-index often return fewer results than requested. It uses selectivity-based strategy switching (post-filter above 60%, ACORN-1 for 1-60%, brute-force below 1%) and requires no special syntax, as the optimizer automatically detects eligible query patterns.
1
Sources
+0
24h
—
Growth
180d
Active
DuckDBHNSWACORN-1filtered vector searchusearch