Expand description
Hippocampal Coordinator — cross-store record registry and global association graph.
Maps record_id → StoreType and maintains a global association index that spans all stores. Phase 1 keeps everything in-memory, rebuilt from stores on startup.
Phase 2 adds:
text_index::TextIndex— Tantivy full-text search across all storesvector_index::VectorIndex— Brute-force cosine similarity search
Modules§
- hnsw_
index - HNSW-based approximate nearest neighbor index.
- structured_
index - Structured data flattening for Cerememory’s Structured modality.
- text_
index - Tantivy-based full-text search index for Cerememory.
- vector_
index - Dual-mode vector search for Cerememory.
Structs§
- Hippocampal
Coordinator - Hippocampal Coordinator: knows where every record lives and maintains the global association graph.
- Registry
Entry - Entry in the coordinator’s registry.