repo_ask_codebase
Ask your codebase questions in natural language and retrieve cited code snippets via local RAG.
Instructions
Ask a natural language question about an indexed codebase. Uses RAG (retrieval-augmented generation) over ChromaDB vector search and Qwen2.5-Coder LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Natural language question about the codebase. | |
| maxChunks | No | Number of relevant code chunks to retrieve. | |
| repo_path | No | Optional: path to a specific indexed repository. |