clear_index
Delete all indexed vectors and the vector database collection when confirm is true. Use this to reset the semantic code search index and remove stored embeddings.
Instructions
Clear all indexed data from the vector database. This will delete the collection and all vectors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Confirmation to clear index (must be true) |