semantic_search
Search a local semantic index using natural language queries to retrieve conceptually related code snippets.
Instructions
Search the local semantic vector index using natural language queries to retrieve conceptually related code snippets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Defaults to 20, capped at 100. | |
| query | Yes | Natural language search query expressing the concept or functionality you are looking for. |