ruvector/crates/ruvector-core/src
kiki-kanri f16530dc84 feat(ruvector-core): insert_batch accept impl AsRef<[VectorEntry]> for zero-copy borrows
- VectorDB::insert_batch now takes impl AsRef<[VectorEntry]> instead of Vec<VectorEntry>
- Enables zero-copy batch inserts when caller passes &vec reference
- Maintains backward compatibility with owned Vec<T> call sites
- Unblocks P3-26: eliminates clone hack in upsert_vectors.rs
2026-04-18 23:09:38 +08:00
..
advanced fix: update pgrx to 0.12.9 in both CI workflows and fix formatting 2026-02-21 22:34:37 +00:00
advanced_features Add SOTA gap implementations: hybrid search, MLA, KV-cache, SSM, Graph RAG (#304) 2026-03-27 10:12:48 -04:00
index fix: resolve all clippy warnings for ruvllm, ruvector-core, and sona 2026-02-21 22:05:19 +00:00
advanced_features.rs Add SOTA gap implementations: hybrid search, MLA, KV-cache, SSM, Graph RAG (#304) 2026-03-27 10:12:48 -04:00
agenticdb.rs fix: resolve all clippy warnings for ruvllm, ruvector-core, and sona 2026-02-21 22:05:19 +00:00
arena.rs fix: resolve all clippy warnings for ruvllm, ruvector-core, and sona 2026-02-21 22:05:19 +00:00
cache_optimized.rs fix: resolve all clippy warnings for ruvllm, ruvector-core, and sona 2026-02-21 22:05:19 +00:00
distance.rs feat: add ruvector-sparsifier — dynamic spectral graph sparsification 2026-03-20 10:37:39 -04:00
embeddings.rs feat(ruvector-core): add OnnxEmbedding for real semantic embeddings (#265) 2026-03-16 11:46:47 -04:00
error.rs feat(postgres): Add HNSW index and embedding functions support (#62) 2025-12-09 11:14:52 -05:00
index.rs fix: resolve all clippy warnings for ruvllm, ruvector-core, and sona 2026-02-21 22:05:19 +00:00
lib.rs Add SOTA gap implementations: hybrid search, MLA, KV-cache, SSM, Graph RAG (#304) 2026-03-27 10:12:48 -04:00
lockfree.rs fix: resolve all clippy warnings for ruvllm, ruvector-core, and sona 2026-02-21 22:05:19 +00:00
memory.rs feat(prime-radiant): Universal Coherence Engine with Sheaf Laplacian AI Safety (#131) 2026-01-22 21:27:27 -05:00
quantization.rs fix: resolve all clippy warnings for ruvllm, ruvector-core, and sona 2026-02-21 22:05:19 +00:00
simd_intrinsics.rs feat: add ruvector-sparsifier — dynamic spectral graph sparsification 2026-03-20 10:37:39 -04:00
storage.rs fix: resolve all clippy warnings for ruvllm, ruvector-core, and sona 2026-02-21 22:05:19 +00:00
storage_compat.rs feat: Phase 3 - WASM architecture with in-memory storage 2025-11-21 13:40:34 +00:00
storage_memory.rs feat(rvlite): Add multi-query language support (SPARQL, SQL, Cypher) (#69) 2025-12-11 13:52:23 -05:00
types.rs feat: Implement Ruvector Phase 1 foundation 2025-11-19 13:39:33 +00:00
vector_db.rs feat(ruvector-core): insert_batch accept impl AsRef<[VectorEntry]> for zero-copy borrows 2026-04-18 23:09:38 +08:00