search
Retrieve relevant memories using hybrid BM25+vector+graph search. Returns a compact index of IDs and snippets, with optional reranking and project scoping.
Instructions
Hybrid search over memory; returns a compact id+snippet index.
Reranks by default (set CAIRN_RERANK=0 to disable, or pass rerank=false).
Recall prefers your current project's memories (boosted, non-lossy): pass
project (a repo name) to target another project, else the server's working
directory is used. scope="project" hard-limits results to that project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| k | No | ||
| rerank | No | ||
| project | No | ||
| scope | No | all |