reindex
Rebuild the vector index for a knowledge bundle with incremental updates by default or a full rebuild. Yields a JSON summary of added, updated, removed, and total concepts.
Instructions
Rebuild the vector index for the knowledge bundle.
Performs an incremental reindex by default (only processes changed files). Set full=True to discard the existing index and rebuild from scratch.
Returns a JSON summary with counts of added, updated, removed, skipped concepts and the total number of indexed concepts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |