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 embeddings in the vectorstore by the ids.
List of IDs to delete. If None, delete all. Default is None. No data is deleted if empty list is provided.
vectorstore specific parameters.