semantic_search
Retrieve conceptually related code snippets by searching a local semantic vector index with natural language queries.
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. |