mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 21:25:02 +00:00
HNSW k-NN fix: - Search beam width (k) increased from 10 to 100 — previous value starved the beam search, causing 0 rows on index scan - Added ruvector_hnsw_debug() diagnostic function for troubleshooting - Added warning log when entry_point is InvalidBlockNumber Hybrid search fix: - ruvector_hybrid_search() now returns success=true with empty results and helpful message on unregistered collections (was success=false) Audit script fix: - Corrected hybrid_search argument order in sql-audit-v3.sql Section 9b - Added HNSW debug diagnostics on 0-row failure Results: 17 PASS / 0 PARTIAL / 0 FAIL → 100% (up from 88%) Published: docker.io/ruvnet/ruvector-postgres:0.3.2 |
||
|---|---|---|
| .. | ||
| access_methods.sql | ||
| embeddings.sql | ||
| graph_examples.sql | ||
| hnsw_index.sql | ||
| ivfflat_am.sql | ||
| routing_example.sql | ||
| ruvector--0.1.0.sql | ||
| ruvector--0.3.0.sql | ||
| ruvector--2.0.0--0.3.0.sql | ||
| ruvector--2.0.0.sql | ||