○ Compiling /api/addData …
✓ Compiled /api/addData in 1749ms (744 modules)
Warning: TT: undefined function: 21
⨯ Error [InsufficientQuotaError]: 429 You exceeded your current quota, please check your plan and billing details.
at Object.defaultFailedAttemptHandler [as onFailedAttempt] (webpack-internal:///(rsc)/./node_modules/@langchain/core/dist/utils/async_caller.js:37:21)
at RetryOperation.eval [as _fn] (webpack-internal:///(rsc)/./node_modules/p-retry/index.js:55:39)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Hi @anandkum1807, thanks for posting in our forums. Pinecone does not have quotas on index operations. It could be coming from your LLM provider or some other part of your stack; if you’re using OpenAI, for instance, you may have to add a credit card to your account with them to increase your quota.
1 Like
Worth noting that it looks like you are building in NextJS and if you are using getStaticProps and you are calling some kind of data on a page you would be hitting that API endpoint everytime you build.
As Cory said, this seems to be coming from elsewhere
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.