delete-knowledge
Remove specific knowledge entries from the Qdrant knowledge base by providing point IDs from search results, enabling precise data management.
Instructions
Delete specific information from the knowledge base using point IDs. Use the 'id' field returned from search-knowledge results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | A single point ID or a list of point IDs to delete. Use the 'id' from search-knowledge results. | |
| collection_name | No | Optional collection to target; defaults to env COLLECTION_NAME. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |