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
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
I'm trying to call the describeIndexStats() function in order to check the record count for a specific index but it does not appear to be working, a keep getting a index.ts:11 Uncaught (in promise) error in the console.
I have gone over the pinecone documentation a few times to ensure that my code is correct and this is what I have
Thanks for the report. I think this is related to an issue with cross-fetch polyfill not getting enabled properly in some cases. I have already fixed that problem in main, and expect to cut a 1.0.1 release with that and a few other bug fixes this evening or tomorrow.
Is this a new bug?
Current Behavior
I'm trying to call the describeIndexStats() function in order to check the record count for a specific index but it does not appear to be working, a keep getting a index.ts:11 Uncaught (in promise) error in the console.
I have gone over the pinecone documentation a few times to ensure that my code is correct and this is what I have
Expected Behavior
To return a 200 response
Steps To Reproduce
Relevant log output
No response
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: