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