Deletes documents from the vector store or deletes the entire index.Documentation Index
Fetch the complete documentation index at: https://docs.cyborg.co/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Type | Description |
|---|---|---|
ids | Optional[List[str]] | (Optional) List of document IDs to delete |
delete_index | bool | If True, deletes the entire index regardless of ids (default: False) |
Returns
bool: True if deletion was successful, False otherwise