runtime error

│ │ │ │ query_params=query_params, │ │ 274 │ │ │ │ │ │ │ post_params=post_params, │ │ │ │ /usr/local/lib/python3.10/site-packages/pinecone/core/client/rest.py:230 in │ │ request │ │ │ │ 227 │ │ │ if 500 <= r.status <= 599: │ │ 228 │ │ │ │ raise ServiceException(http_resp=r) │ │ 229 │ │ │ │ │ ā± 230 │ │ │ raise ApiException(http_resp=r) │ │ 231 │ │ │ │ 232 │ │ return r │ │ 233 │ ╰──────────────────────────────────────────────────────────────────────────────╯ ApiException: (400) Reason: Bad Request HTTP response headers: HTTPHeaderDict({'content-type': 'text/plain; charset=utf-8', 'x-pinecone-api-version': '2024-04', 'access-control-allow-origin': '*', 'vary': 'origin,access-control-request-method,access-control-request-headers', 'access-control-expose-headers': '*', 'X-Cloud-Trace-Context': '4e9894cf7698da947b9834c0da260e10', 'Date': 'Fri, 24 May 2024 00:34:48 GMT', 'Server': 'Google Frontend', 'Content-Length': '83', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) HTTP response body: Request failed. Your free plan supports 0 nano indexes. Use a different index type.

Container logs:

Fetching error logs...