hybrid_recall
Search memories by combining vector and full-text keyword search, with adjustable balance (alpha), project scope, and similarity threshold.
Instructions
Search memories using combined vector and keyword (full-text) search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alpha | No | Balance: 1.0=pure vector, 0.0=pure keyword, 0.5=balanced | |
| limit | No | Maximum number of results | |
| query | Yes | Search query text | |
| project | No | Project scope for this operation. Omit to auto-detect from environment. Use "*" to search across all projects. | |
| _agent_id | No | Optional agent identifier for request tracing and per-agent rate limiting. | |
| namespace | No | Filter to specific namespace | |
| min_similarity | No | Minimum similarity threshold |