semantic_search
Find relevant documentation by searching with natural language queries instead of exact keywords. Understands the meaning behind your questions.
Instructions
Searches documentation based on meaning (semantic search), not just keyword matching. Understands natural language queries and finds relevant docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirPath | Yes | The absolute path to the local directory to search. | |
| query | Yes | Natural language query about what you're looking for. | |
| topK | No | Optional. Number of top results to return (default: 5). |