-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is this a new bug?
- I believe this is a new bug
- I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
When running locally, after setting all required environment variables and choosing to embed / upsert the Malaysian Deforestation link, the app workflow proceeds as expected, and I get the expected RAG and Non-RAG output, but I also get the following error:
Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Expected Behavior
The example should run end to end without issues.
Steps To Reproduce
- Clone repository locally and cd into it
npm i
- Set PINECONE_API_KEY, PINECONE_ENVIRONMENT, PINECONE_INDEX and OPENAI_API_KEY environment variables
npm run dev
Relevant log output
No response
Environment
- **OS**:
- **Language version**:
- **Pinecone client version**:
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working