rebuild_index
Rebuild the documentation embedding index for semantic search. Use clean mode to rebuild from scratch or index only missing docs, with optional slug selection.
Instructions
Rebuild the embedding index from downloaded documentation.
By default, only indexes newly downloaded documentation that hasn't been indexed yet. Use clean=True to rebuild everything from scratch.
Args: clean: If True, rebuild entire index from scratch. If False (default), only index missing documents. slugs: Optional list of specific doc slugs to re-index (e.g., ['vulkan', 'python']). If provided, only these docs will be processed. Ignores already-indexed status and re-indexes them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clean | No | ||
| slugs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |