pinecone.core.client.exceptions.ServiceException: (500)

pinecone.core.client.exceptions.ServiceException: (500)
Reason: Internal Server Error
HTTP response headers: HTTPHeaderDict({‘content-type’: ‘application/json’, ‘Content-Length’: ‘150’, ‘x-pinecone-request-latency-ms’: ‘37’, ‘date’: ‘Wed, 07 Feb 2024 13:07:57 GMT’, ‘x-envoy-upstream-service-time’: ‘35’, ‘server’: ‘envoy’, ‘Via’: ‘1.1 google’, ‘Alt-Svc’: ‘h3=“:443”; ma=2592000,h3-29=“:443”; ma=2592000’})
HTTP response body: {“code”:13,“message”:“We were unable to process your request. If the problem persists, please contact us at https://support.pinecone.io”,“details”:}

@abel.buba this can sometimes be caused by bad metadata or bad vectors (for instance, passing a list of strings instead of a list of floats/decimals). Can you check what you’re using to create your upsert package and try again?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.