Reindex Project Embeddings
reindex_projectBuild a semantic index of a project's code by chunking and embedding, enabling code search.
Instructions
Perform deep semantic indexing of a project (code chunking + embeddings) for code search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_chunks | No | Maximum number of chunks to embed (default: 1000) | |
| project_name | Yes | The name of the project to reindex |