You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
namespaces ({str: (NamespaceSummary,)}): A mapping for each namespace in the index from namespace name to a summary of its contents.. [optional] # noqa: E501
dimension (int): The dimension of the indexed vectors.. [optional] # noqa: E501
156
-
index_fullness (float): The fullness of the index. The granularity of this metric is 10%.. [optional] # noqa: E501
156
+
index_fullness (float): The fullness of the index, regardless of whether a metadata filter expression was passed. The granularity of this metric is 10%.. [optional] # noqa: E501
namespaces ({str: (NamespaceSummary,)}): A mapping for each namespace in the index from namespace name to a summary of its contents.. [optional] # noqa: E501
dimension (int): The dimension of the indexed vectors.. [optional] # noqa: E501
241
-
index_fullness (float): The fullness of the index. The granularity of this metric is 10%.. [optional] # noqa: E501
241
+
index_fullness (float): The fullness of the index, regardless of whether a metadata filter expression was passed. The granularity of this metric is 10%.. [optional] # noqa: E501
Copy file name to clipboardExpand all lines: specs/pinecone_api.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -678,7 +678,7 @@
678
678
"additionalProperties": {
679
679
"$ref": "#/components/schemas/NamespaceSummary"
680
680
},
681
-
"description": "A mapping for each namespace in the index from namespace name to a summary of its contents."
681
+
"title": "A mapping for each namespace in the index from namespace name to a summary of its contents.\nIf a metadata filter expression is passed, the summary will reflect only vectors matching that expression"
682
682
},
683
683
"dimension": {
684
684
"type": "integer",
@@ -690,13 +690,13 @@
690
690
"type": "number",
691
691
"format": "float",
692
692
"example": 0.42,
693
-
"description": "The fullness of the index."
693
+
"description": "The fullness of the index, regardless of whether a metadata filter expression was passed. The granularity of this metric is 10%."
694
694
},
695
695
"totalVectorCount": {
696
696
"type": "integer",
697
697
"format": "int64",
698
698
"example": 80000,
699
-
"title": "The total number of vectors in the index"
699
+
"title": "The total number of vectors in the index, regardless of whether a metadata filter expression was passed"
700
700
}
701
701
},
702
702
"description": "The response for the `DescribeIndexStats` operation."
0 commit comments