

Core Rust crate for the RuVector vector database engine featuring HNSW indexing, SIMD acceleration, and adaptive compression for high-performance similarity search. Supports multi-threaded queries achieving up to 3,597 QPS with 100% recall on 50K vectors. Ideal for AI applications requiring low-latency retrieval in RAG pipelines and agent memory systems.
Loading more......
ruvector-core provides the foundational vector database engine with HNSW indexing optimized for speed and accuracy.
| Config | QPS | p50 Latency |
|---|---|---|
| Single-threaded | 394 | 1.80ms |
| Multi-threaded (16) | 3,597 | 2.86ms |
| SIMD Optimized | 1,216 | 0.78ms |
Free and open-source.