Ask a question to get started
Enter to sendā¢Shift+Enter new line
Delete embeddings in the vectorstore by the ids.
delete( self, ids: Optional[List[str]] = None, **kwargs: Any = {} ) -> Optional[bool]
ids
Optional[List[str]]
None
List of IDs to delete. If None, delete all. Default is None. No data is deleted if empty list is provided.
kwargs
Any
{}
vectorstore specific parameters.