clear-vectors
Remove all indexed vectors from a specified project directory to maintain clean and optimized data storage, facilitating efficient project management and performance.
Instructions
Clear all indexed vectors for a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Project path to clear vectors from (defaults to current directory) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"path": {
"description": "Project path to clear vectors from (defaults to current directory)",
"type": "string"
}
},
"type": "object"
}