search_hybrid
Combines semantic and full-text search with Reciprocal Rank Fusion to find relevant notes. Optional expansion adds linked neighbor notes.
Instructions
Hybrid search: combines semantic (embedding) and BM25 (full-text) results via Reciprocal Rank Fusion. Best general-purpose query. Pass expand: {hops: 1} to auto-attach 1–2 hop typed-edge neighbors as expansions[] per hit (preserves ranking; runs after recency/authority rescore).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| vaults | No | ||
| top_k | No | ||
| rrf_k | No | ||
| exclude_paths | No | ||
| rerank | No | ||
| recency_weight | No | ||
| authority_weight | No | ||
| half_life_days | No | ||
| include_superseded | No | ||
| expand | No |