Expand description
The retrieval pipeline: plan in, prepared snapshot out.
Search order is L0 prepared-query cache → session overlay → canonical BM25 → optional semantic fallback. Each stage is cheaper than the next, and the expensive one is reached only when the cheap ones genuinely could not serve the query.
Structs§
- Index
Handle - Shared, swappable index state.
- Local
Memory Retriever - The default retriever: local, in-process, no network on the happy path.
- Retrieval
Budget - A time budget for a retrieval.
- Retrieval
Request - A request to prepare context for a turn.
Traits§
- Memory
Retriever - Prepares and serves memory context.
- Semantic
Fallback - An optional paraphrase-tolerant backend.