Ask a question to get started
Enter to sendā¢Shift+Enter new line
Delete vectors by ids or uuids.
delete( self, ids: Optional[List[str]] = None, collection_only: bool = False, **kwargs: Any = {} ) -> None
ids
Optional[List[str]]
None
List of ids to delete.
collection_only
bool
False
Only delete ids in the collection.