Ask a question to get started
Enter to send•Shift+Enter new line
Delete by vector ID or other criteria.
delete( 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.