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.
Python API Reference
vector
contents
metadata
def delete(self, ids: List[str])
ids
List[str]
ValueError
# Load index index = client.load_index( index_name=index_name, index_key=index_key ) # Delete "item_1" and "item_2" index.delete(["item_1", "item_2"])
Was this page helpful?