Ask a question to get started
Enter to sendā¢Shift+Enter new line
Delete the documents which have the specified ids.
delete( self, ids: Optional[List[str]] = None, **kwargs: Any = {} ) -> Optional[bool]
Returns: Optional[bool]: True if deletion is successful. False otherwise, None if not implemented.
ids
Optional[List[str]]
None
The ids of the embedding vectors.
**kwargs
Any
{}
Other keyword arguments that subclasses might use.