hybrid_search
Combines keyword and semantic searches to find exact matches and conceptually related content. Results are ranked by a weighted combination of both scores.
Instructions
Perform hybrid search combining FTS5 keyword search and semantic search. Best of both worlds - finds exact keyword matches AND conceptually related content. Returns results ranked by weighted combination of both scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| max_results | No | Maximum number of results (default: 5) | |
| tags | No | Filter by document tags (optional) | |
| semantic_weight | No | Weight for semantic score, 0.0-1.0 (default: 0.3). Higher values favor conceptual matches, lower values favor exact keyword matches. |