You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a new bug?
In other words: Is this an error, flaw, failure or fault? Please search Github issues and check our Community Forum to see if someone has already reported the bug you encountered.
If this is a request for help or troubleshooting code in your own Pinecone project, please join the Pinecone Community Forum.
I believe this is a new bug
I have searched the existing Github issues and Community Forum, and I could not find an existing post for this bug
Describe the bug
When upserting vectors, I get the following error:
I have tried also adding a content-type header when creating the client with no results. I haven't tried other data plane (gRPC) functionality. I could only find one post on the community forums with the same error, but they're using grpcurl and it has no replies.
Environment
OS Version: MacOS 14.5
Go version: 1.22.3
Go SDK version: 1.1.1
Additional context
I also encountered this error with previous versions of the SDK
The text was updated successfully, but these errors were encountered:
Hi @fflores97, would you be able to provide any additional details or a code sample of how you're going about upserting vectors, and is this a consistent issue you're running into every time you try and upsert to an index?
We have seen this error before, but normally when trying to upsert to an index that is not in a Ready state. Are you able to verify that your index is ready through the DescribeIndex call?
This was happening when passing a query vector with wrong dimensions. If this is the real root cause, could it be solved with some validation or an error message that points to it?
Is this a new bug?
In other words: Is this an error, flaw, failure or fault? Please search Github issues and check our Community Forum to see if someone has already reported the bug you encountered.
If this is a request for help or troubleshooting code in your own Pinecone project, please join the Pinecone Community Forum.
Describe the bug
When upserting vectors, I get the following error:
I have tried also adding a
content-type
header when creating the client with no results. I haven't tried other data plane (gRPC) functionality. I could only find one post on the community forums with the same error, but they're using grpcurl and it has no replies.Environment
Additional context
I also encountered this error with previous versions of the SDK
The text was updated successfully, but these errors were encountered: