Ask a question to get started
Enter to sendā¢Shift+Enter new line
Delete documents from the vectorstore.
delete( self, ids: Optional[List[str]] = None, **kwargs: Any = {} ) -> bool | None
ids
List[str]
None
List of document ids to delete. If None, all documents will be deleted. Defaults to None.