memory_search_fast
Retrieve relevant memories deterministically using FastEmbed. Bypasses LLM reranking for fast, consistent results.
Instructions
v11.0: like memory_recall but with rerank=False, diverse=False forced. Deterministic fast path — zero LLM, FastEmbed-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | all | |
| limit | No | ||
| query | Yes | ||
| branch | No | ||
| detail | No | full | |
| fusion | No | rrf | |
| project | No | ||
| embedding_space | No | Filter to one or more embedding spaces (text|code|log|config). |