ruvector/crates/ruvector-cluster-rag
2026-08-12 10:37:32 -04:00
..
src fix: integrate latest PRs and issue regressions 2026-08-12 10:37:32 -04:00
Cargo.toml fix: integrate latest PRs and issue regressions 2026-08-12 10:37:32 -04:00
README.md fix: integrate latest PRs and issue regressions 2026-08-12 10:37:32 -04:00

ruvector-cluster-rag

Experimental hierarchical retrieval over a two-level tree of leaf vectors and k-means cluster summaries. It includes exhaustive, IVF-style, and coherence-weighted search variants.

cargo test -p ruvector-cluster-rag
cargo run --release -p ruvector-cluster-rag --bin benchmark

Clustered variants are approximate. Tune the cluster count, probe count, and coherence weight against workload-specific recall and latency targets.