Ask a question to get started
Enter to sendā¢Shift+Enter new line
Delete by vector ids.
delete( self, ids: Optional[List[str]] = None, concurrency: Optional[int] = None, **kwargs: Any = {} ) -> Optional[bool]
ids
Optional[List[str]]
None
List of ids to delete.
concurrency
Optional[int]
max number of threads issuing single-doc delete requests. Defaults to instance-level setting.