delete_file
Delete ingested files or data from the vector database by providing the file path or source identifier.
Instructions
Delete a previously ingested file or data from the vector database. Use filePath for files ingested via ingest_file, or source for data ingested via ingest_data. Either filePath or source must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | Absolute path to the file (for ingest_file). Example: "/Users/user/documents/manual.pdf" | |
| source | No | Source identifier used in ingest_data. Examples: "https://example.com/page", "clipboard://2024-12-30" |