hippmem-store 0.1.0

Storage and indexing for HIPPMEM — redb persistence, full-text index (Tantivy), vector index, graph store
Documentation
1
2
3
4
5
6
7
//! Semantic index: vector index + binary-code recall.
//!
//! Corresponds to ADR-003/004, the `semantic/` directory in 04 §5.

pub mod binary;
pub mod hnsw;
pub mod vector_index;