AutoGPT: PineconeProtocolError: Failed to connect; did you specify the correct index name?
Duplicates
- I have searched the existing issues
Steps to reproduce š¹
Just pulled from master
and configured Pinecone. Iām getting this error.
About this issue
- Original URL
- State: closed
- Created a year ago
- Reactions: 8
- Comments: 27 (2 by maintainers)
Commits related to this issue
- Fix for TestWrite6Files and TestWrite5FilesWithArray (#328) Co-authored-by: Silen Naihin <silen.naihin@gmail.com> — committed to Significant-Gravitas/AutoGPT by Fluder-Paradyne 10 months ago
I think this is because the index is being created. It takes a while to initialize.
Having the same error, however, I think it may be because the
auto-gpt
index is being initialised (10 minutes passed now)EDIT: index on Pinecone turned
Ready
and nowauto-gpt
runs fine.