Skip to main content

Module memory

Module memory 

Source
Expand description

Memory store: MEMORY.md, memory/*.md + SQLite FTS5 (BM25). With memory_vector feature: sqlite-vec for semantic search.

Structs§

MemoryHit

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).