Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete vectors by id.
resp = client.delete(["item-1", "item-2"]) print(resp["deleted"], resp["not_found_ids"])
resp = client.delete_items({"ids": ["item-1"]})
Was this page helpful?