index_repo
Index a repository by creating a hybrid dense and BM25 retrieval index for natural-language code Q&A.
Instructions
Ingest a repository and build the hybrid (dense + BM25) index.
Args: path: absolute path to the repo root to index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |