repo_index_repository
Index a local repository for semantic code search. Scans files, splits them into functions/classes, and generates embeddings for retrieval.
Instructions
Index a local repository for semantic code search. Scans files, splits them into function/class chunks, generates embeddings using Ollama, and stores them in ChromaDB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the repository root directory. |