Hybrid recall
memory.hybrid_recallFused recall across full-text, vector, graph, and coordinate lookup with recall_mode disclosure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results (default 10; must be >= 1) | |
| query | Yes | Full-text query | |
| galaxy | No | Galaxy filter (optional; default: search all memory galaxies, results labeled; "all" is accepted as an alias for the unfiltered default) | |
| min_score | No | Absolute BM25 score floor | |
| min_trust | No | Minimum source_trust (0-1): drop results below this trust floor | |
| include_cold | No | Opt-in unranked cold recovery (no thaw). Trust/importance floors apply; BM25 floors do not apply to unscored recovery. Search content is scrubbed navigation capped at 8192 characters; read by id/galaxy for the exact original. | |
| min_importance | No | Minimum memory importance (0-1) | |
| cold_scan_limit | No | Maximum cold records to scan when include_cold is set (default 2048) | |
| min_score_ratio | No | Relative floor: reject hits below this fraction of the top score |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||