hybrid_search
Combine lexical BM25 and semantic vector searches to retrieve ranked, context-rich code results from the indexed codebase.
Instructions
Perform a hybrid search combining lexical BM25 candidates and semantic vector candidates to produce ranked, context-rich results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Defaults to 20, capped at 100. | |
| query | Yes | The search query to match lexically and conceptually against the codebase. |