Skip to main content
Used to retrieve the stats of an index.

Arguments

string[] | number[]
required
Returns some statistics and numbers related to your index.

Response

number
required
The number of vectors in the index, that are ready to use.
number
required
The number of vectors in the index, that is still processing and not ready to use.
number
required
The size of the index, in b.
number
required
Dimension of the vectors.
string
required
Name of the similarity function used in indexing and queries.