Ask a question to get started
Enter to sendā¢Shift+Enter new line
delete( self, ids: Optional[List[str]] = None, **kwargs: Any
ids
Optional[List[str]]
None
**kwargs
Any
{}
Delete documents from VectorStore by ids.
List of ids to delete.
Other keyword arguments passed to Collection.delete_many()