semanticSearch
Search a code repository using natural language queries, retrieving relevant code by fusing semantic vector matches with lexical search results.
Instructions
Natural-language code search over repo: embeds query, retrieves
top vector matches from the repo's semantic index, fuses them with
Zoekt lexical hits via reciprocal rank fusion. Requires the repo to
have been indexed with the semantic extra installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||