pinecone-ts-client
pinecone-ts-client copied to clipboard
PineconeInternalServerError: An internal server error occurred while calling the describe_index_stats endpoint
Is this a new bug?
- [X] I believe this is a new bug
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
Our service is calling describeIndexStats() function which is getting failed after some duration. I searched and found there is one mention but not any reply on this thread as well. https://community.pinecone.io/t/an-internal-server-error-occured-while-calling-the-endpoint/4499
Please help
Expected Behavior
This should not occur when getting index stats.
Steps To Reproduce
- In the GCP cloud run with : Ubuntu 20.04
- With node:21-slim
- with Pinecone TS client pinecone-database/pinecone 1.1.2
Relevant log output
Error getting index stats PineconeInternalServerError: An internal server error occured while calling the https://issues-003-large-429ed45.svc.apw5-4e34-81fa.pinecone.io/describe_index_stats endpoint. To see overall service health and learn whether this seems like a large-scale problem or one specific to your request, please go to https://status.pinecone.io/ to view our status page. If you believe the error reflects a problem with this client, please file a bug report in the github issue tracker at https://github.com/pinecone-io/pinecone-ts-client
Environment
- **GCP Cloud Run Ubuntu 20.04**:
- **node:21-slim**:
- **@pinecone-database/pinecone": "^1.1.2**:
Additional Context
No response
@coderabbit-amank Are you still hitting this issue?