fix: ruvector-postgres v0.3.2 — 100% audit pass rate#230
Merged
Conversation
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 Co-Authored-By: claude-flow <ruv@ruv.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
success: false)ruvector_hnsw_debug()for troubleshooting index issuesruvector_hybrid_search()argument order in Section 9bAudit Scorecard: v0.3.0 → v0.3.1 → v0.3.2
Key fixes in v0.3.2:
Test plan
ruvector_hnsw_debug()returns diagnostics — PASSruvector_hybrid_search()on unregistered collection returnssuccess: true— PASSruvnet/ruvector-postgres:0.3.2🤖 Generated with claude-flow