Commands
Info
Used to retrieve the stats of an index.
Arguments
IDs
string[] | number[]
requiredReturns some statistics and numbers related to your index.
Response
vectorCount
number
requiredThe number of vectors in the index, that are ready to use.
pendingVectorCount
number
requiredThe number of vectors in the index, that is still processing and not ready to use.
indexSize
number
requiredThe size of the index, in b
.
dimension
number
requiredDimension of the vectors.
similarityFunction
string
requiredName of the similarity function used in indexing and queries.
Was this page helpful?