Expand description
meerkat-memory — Semantic memory store for Meerkat.
Provides HnswMemoryStore for indexing discarded conversation history
during compaction, enabling semantic search across past sessions.
Uses hnsw_rs for approximate nearest-neighbor search and SQLite for
metadata persistence.
Re-exports§
pub use hnsw::HnswMemoryStore;pub use simple::SimpleMemoryStore;pub use tool::MemorySearchDispatcher;