Commands
Index Stats
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 kb
.
Was this page helpful?