I have the following issue. Any thoughts? ApiException: (400)
Reason: Bad Request
HTTP response headers: HTTPHeaderDict({‘content-type’: ‘text/plain; charset=utf-8’, ‘content-length’: ‘165’, ‘date’: ‘Mon, 03 Jan 2022 10:34:32 GMT’, ‘server’: ‘envoy’, ‘x-envoy-upstream-service-time’: ‘86’})
HTTP response body: Index exceeds pods quota. Maximum allowed on your account is 1. Currently running: 1. Pods requested: 1 (2 total). Contact support@pinecone.io to increase your quota
It appears you already have an index running named ‘keyword-search’. I presume you ran our Keyword Search example. Our Free Plan only allows one index. If you delete this example index, you can then create a new index.
ApiException: (400)
Reason: Bad Request
HTTP response headers: HTTPHeaderDict({‘content-type’: ‘application/json’, ‘Content-Length’: ‘80’, ‘x-pinecone-request-latency-ms’: ‘33’, ‘date’: ‘Tue, 12 Dec 2023 14:04:50 GMT’, ‘x-envoy-upstream-service-time’: ‘0’, ‘server’: ‘envoy’, ‘Via’: ‘1.1 google’, ‘Alt-Svc’: ‘h3=“:443”; ma=2592000,h3-29=“:443”; ma=2592000’})
HTTP response body: {“code”:3,“message”:“The ‘queries’ parameter has been deprecated.”,“details”:}
help me on this
Without code its impossible to debug the reason, but it appears you are passing in a queries
parameter somewhere that has been deprecated. Its just query
now.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.