Ask a question to get started
Enter to send•Shift+Enter new line
Async delete by vector ID or other criteria.
adelete( self, ids: list[str] | None = None, **kwargs: Any = {} ) -> bool | None
ids
list[str] | None
None
List of IDs to delete. If None, delete all.
**kwargs
Any
{}
Other keyword arguments that subclasses might use.