Docs

Memory & retrieval

Quick links for session memory, MCP search configuration, and benchmark roadmaps. Full prose lives in the repo Markdown files (open on GitHub for the best reading experience).

Retrieval metrics

Loading headline from metrics-dashboard.json…

Bar chart comparing PLAN target R@5 to wiki-llm LME R@5
Line chart of R@5 over dated benchmark runs
Distribution of LME failure buckets P R M L
Other suite metrics such as LoCoMo R@10

External references (not same metric)

Use primary sources and align benchmark names, slice sizes, and configs before comparing ranks across papers or tools.

    If I have seen further it is by standing on the shoulders of Giants.

    Isaac Newton, letter to Robert Hooke, 1675
    (echoing Bernard of Chartres, nanos gigantum humeris insidentes)

    Inspired by MemPalace (Ben Sigman on X). This repo is a concrete plugin implementation for Claude Code and adjacent agent tooling.

    B

    MCP search backends

    Configure mcp.search_backend in vault config: fts5 (BM25), grep, chromadb, or hybrid (FTS + Chroma with reciprocal-rank fusion; mcp.hybrid_rrf_k).

    C

    Benchmarks & retrieval evaluation

    Under docs/memory/benchmarks/, “memory” means long-context retrieval evaluation (LME, LoCoMo, ConvoMem)—not session memory in raw/memory/.

    Back to landing — Memory & retrieval