Expand description
Memory store: MEMORY.md, memory/*.md + SQLite FTS5 (BM25).
With memory_vector feature: sqlite-vec for semantic search.
Structs§
Functions§
- ensure_
index - Ensure memory index exists with FTS5 table.
- index_
file - Index a memory file into the SQLite DB (BM25). Removes existing chunks for this path before re-indexing (handles overwrite).
- index_
path - Get path to memory SQLite index for a workspace.
- search_
bm25 - Search using BM25 (FTS5).