DescribeIndexStats
The DescribeIndexStats
operation returns statistics about the index’s contents, including the vector count per namespace and the number of dimensions.
Authorizations
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
Body
The request for the DescribeIndexStats
operation.
If this parameter is present, the operation only returns statistics for vectors that satisfy the filter. See https://www.pinecone.io/docs/metadata-filtering/.
Response
The response for the DescribeIndexStats
operation.
A mapping for each <a href='https://docs.pinecone.io/docs/namespaces'>namespace</a> in the index from the namespace name to a summary of its contents. If a metadata filter expression is present, the summary will reflect only vectors matching that expression.
The dimension of the indexed vectors.
1024
The fullness of the index, regardless of whether a metadata filter expression was passed. The granularity of this metric is 10%.
0.4
The total number of vectors in the index, regardless of whether a metadata filter expression was passed
80000
Was this page helpful?