rag_search
Conduct semantic search within a project directory to find relevant documents. Specify a query and project path to get context-aware results.
Instructions
Semantic search in the specified project RAG
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| projectPath | Yes | Absolute path to the project directory to search | |
| limit | No | Maximum number of results to return (default: 10) |