Ask a question to get started
Enter to sendā¢Shift+Enter new line
Delete documents from the vector store by ids.
delete( self, ids: Optional[List[str]] = None, **kwargs: Any = {} ) -> Optional[bool]
ids
List[str]
None
List of IDs of the documents to delete.
batch_size
Optional[int]
Optional batch size for bulk deletions.