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