Example Calls
Info
Method
The info
method provides statistical information about the index, returning the following fields:
vector_count
: The total number of vectors in the index.pending_vector_count
: The number of vectors that are currently pending (not yet fully processed).index_size
: The size of the index in bytes.dimension
: How many dimensions the index hassimilarity_function
: Similarity function chosen for the indexnamespaces
: Map of namespace names of the index to their statistics.
Info Example
Was this page helpful?