Knowledge Index Rebuild¶
Rebuild the knowledge search index. Uses the persistent on-disk cache by default — unchanged units keep their cached vectors, so typical warm rebuilds are <1s. Pass force=true to purge the cache and re-embed everything (slow — 1-3 minutes for the full store).
MCP name: knowledge_index_rebuild
Category: context
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
force |
bool |
No | Purge the dense-vector cache before rebuilding. Re-embeds every unit. Default: False. |