Documentation
README
slm-recall — Search & Retrieve Memory
Retrieve stored facts, decisions, and past context from SuperLocalMemory using multi-channel retrieval. The golden rule: recall before you remember.
When to use recall vs search vs fetch vs list_recent
| Situation | Tool |
|---|---|
| Conceptual or paraphrase query ("what did we agree on for auth?") | recall — full multi-channel retrieval + rerank |
| Exact keyword match needed ("find facts containing BM25") | search — FTS5 BM25 only, lower latency |
You have a specific fact_id from a prior result |
fetch — exact lookup, full detail |
| Browse newest entries without a query | list_recent |
This is the opening of the README. Read the full README on GitHub.