Expand description
Storage path management for the memory directory convention.
A memory store lives in a directory containing:
memory.dbโ SQLite database (content, metadata, FTS5, f32 embeddings)memory.hnsw.graphโ HNSW graph topology (whenhnswfeature enabled)memory.hnsw.dataโ HNSW vector data (whenhnswfeature enabled)
Structsยง
- Storage
Paths - Resolved file paths for all storage files within a memory directory.