Skip to main content

Crate cerememory_index

Crate cerememory_index 

Source
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:

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§

HippocampalCoordinator
Hippocampal Coordinator: knows where every record lives and maintains the global association graph.
RegistryEntry
Entry in the coordinator’s registry.