Ask a question to get started
Enter to sendā¢Shift+Enter new line
Delete by vector ids.
adelete( 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 concurrency of single-doc delete requests. Defaults to instance-level setting.
**kwargs
Any
{}
Other keyword arguments that subclasses might use.