Repo Reindex
repo_reindexScan a project to extract metadata and optionally index embeddings, enabling hybrid search and context retrieval from code.
Instructions
Scan a project, write metadata, and optionally index embeddings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| project_path | No | ||
| response_mode | No | compact | |
| max_file_bytes | No | ||
| index_embeddings | No | ||
| target_chunk_chars | No | ||
| chunk_overlap_chars | No | ||
| max_chunks_per_file | No | ||
| embedding_batch_size | No | ||
| max_embedding_chunks | No |