API Reference
VectorX Class
__init__(token=None)
: Initialize with optional API tokenset_token(token)
: Set API tokenset_base_url(base_url)
: Set custom API endpointgenerate_key()
: Generate a secure encryption keycreate_index(name, dimension, key, space_type, ...)
: Create a new indexlist_indexes()
: List all indexesdelete_index(name)
: Delete an indexget_index(name, key)
: Get reference to an index
Index Class
upsert(input_array)
: Insert or update vectorsquery(vector, top_k, filter, ef, include_vectors)
: Search for similar vectorsdelete_vector(id)
: Delete a vector by IDdelete_with_filter(filter)
: Delete vectors matching a filterget_vector(id)
: Get a specific vectordescribe()
: Get index statistics and info
Last updated on