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.