-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in querying embeddings #9
Comments
having same error for me as well error querying embeddings [TypeError: Cannot read properties of undefined (reading 'text')]
Please let us know if you have any idea? Thanks! |
There appears to be a problem with NextJS and the node package for Pinecone right now pinecone-io/pinecone-ts-client#124 You can get around this by doing the API request manually. This is my function for getMatchesfromEmbeddings() which resolved it I've put it as a pastebin because i can't get the code to sit properly in the github response |
I think I've solved this issue in the v1.1.0 release of the pinecone-ts-client. Please upgrade and let us know if you're still having a problem. |
Having some error when getting context from query.
On function
getMatchesFromEmbeddings()
, any idea?Thanks!
error querying embeddings [TypeError: Cannot read properties of undefined (reading 'text')]
The text was updated successfully, but these errors were encountered: