Commands
Info
Used to retrieve the stats of an index.
Response
vectorCount
number
requiredThe total 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.
namespaces
Record<string, Object>
requiredA map of namespaces to their information in the following format
vectorCount
number
requiredThe total 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.
Was this page helpful?