Ask a question to get started
Enter to sendā¢Shift+Enter new line
Delete by vector IDs
delete( self, ids: Optional[List[str]] = None, delete_all: Optional[bool] = None, batch_size: Optional[int] = 1000, *, namespace: Optional[str] = None, **kwargs: Any = {} ) -> None
ids
Optional[List[str]]
None
List of ids to delete.
delete_all
Optional[bool]
Delete all vectors in the index.
batch_size
Optional[int]
1000
Batch size to use when deleting the embeddings.
namespace
Optional[str]
Namespace to use from the index.