Ask a question to get started
Enter to sendā¢Shift+Enter new line
Delete by vector ID or delete index.
delete( self, ids: Optional[list[str]] = None, *, batch_size: int = 500, **kwargs: Any = {} ) -> Optional[bool]
ids
Optional[list[str]]
None
List of IDs to delete vectors. If None, delete index with all vectors.
batch_size
int
500
Batch size for delete_vectors.
delete_vectors
**kwargs
Any
{}
Additional keyword arguments.