rag_index
Index files and directories in a project to enable semantic search and document retrieval for context-aware queries.
Instructions
Index files/directories for the specified project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory to index | |
| paths | No | Specific files or directories to index (relative to projectPath). If not provided, indexes entire project. |