Upstash Documentation

Info

1 min read

Used to retrieve the stats of an index.

Response#

vectorCountnumberrequired#

The total number of vectors in the index, that are ready to use.

pendingVectorCountnumberrequired#

The number of vectors in the index, that is still processing and not ready to use.

indexSizenumberrequired#

The size of the index, in b.

dimensionnumberrequired#

Dimension of the vectors.

similarityFunctionstringrequired#

Name of the similarity function used in indexing and queries.

namespacesRecord<string, Object>required#

A map of namespaces to their information in the following format

Show properties
vectorCountnumberrequired#

The total number of vectors in the namespace, that are ready to use.

pendingVectorCountnumberrequired#

The number of vectors in the namespace, that is still processing and not ready to use.