Skip to content

Commit eaab2a4

Browse files
committed
Revert "Add index_fullness to the describeIndexStats response"
This reverts commit 91ae6b5.
1 parent 91ae6b5 commit eaab2a4

File tree

7 files changed

+1944
-759
lines changed

7 files changed

+1944
-759
lines changed

pinecone/core/client/model/describe_index_stats_response.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def openapi_types():
9494
return {
9595
'namespaces': ({str: (NamespaceSummary,)},), # noqa: E501
9696
'dimension': (int,), # noqa: E501
97-
'index_fullness': (float,), # noqa: E501
9897
}
9998

10099
@cached_property
@@ -105,7 +104,6 @@ def discriminator():
105104
attribute_map = {
106105
'namespaces': 'namespaces', # noqa: E501
107106
'dimension': 'dimension', # noqa: E501
108-
'index_fullness': 'indexFullness', # noqa: E501
109107
}
110108

111109
read_only_vars = {
@@ -151,7 +149,6 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
151149
_visited_composed_classes = (Animal,)
152150
namespaces ({str: (NamespaceSummary,)}): A mapping for each namespace in the index from namespace name to a summary of its contents.. [optional] # noqa: E501
153151
dimension (int): The dimension of the indexed vectors.. [optional] # noqa: E501
154-
index_fullness (float): The storage fullness of the index.. [optional] # noqa: E501
155152
"""
156153

157154
_check_type = kwargs.pop('_check_type', True)
@@ -235,7 +232,6 @@ def __init__(self, *args, **kwargs): # noqa: E501
235232
_visited_composed_classes = (Animal,)
236233
namespaces ({str: (NamespaceSummary,)}): A mapping for each namespace in the index from namespace name to a summary of its contents.. [optional] # noqa: E501
237234
dimension (int): The dimension of the indexed vectors.. [optional] # noqa: E501
238-
index_fullness (float): The storage fullness of the index.. [optional] # noqa: E501
239235
"""
240236

241237
_check_type = kwargs.pop('_check_type', True)

pinecone/core/grpc/protos/vector_column_service_pb2.py

Lines changed: 716 additions & 53 deletions
Large diffs are not rendered by default.

pinecone/core/grpc/protos/vector_column_service_pb2.pyi

Lines changed: 194 additions & 272 deletions
Large diffs are not rendered by default.

pinecone/core/grpc/protos/vector_service_pb2.py

Lines changed: 822 additions & 136 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)