reset_index
Reset the entire knowledge index by clearing all indexed content. Optionally remove saved index files from disk; confirmation required to proceed.
Instructions
Reset the entire knowledge index, clearing all indexed content.
This function clears all indexed data from memory and optionally removes saved index files from disk. This is a destructive operation that cannot be undone without re-indexing all content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Safety confirmation - must be True to proceed (default: False) | |
| remove_files | No | Whether to remove saved index files from disk (default: True) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||