Skip to content

Commit d84444b

Browse files
committed
rename parameter to indexFullness
1 parent b84ea4d commit d84444b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinecone/core/grpc/index_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def parse_upsert_response(response):
195195

196196

197197
def parse_stats_response(response: dict):
198-
fullness = response.get('index_fullness', 0.0)
198+
fullness = response.get('indexFullness', 0.0)
199199
dimension = response.get('dimension', 0)
200200
summaries = response.get('namespaces', {})
201201
namespace_summaries = {}

0 commit comments

Comments
 (0)