-
Firstly, I apologize, but I am very inexperienced with Python. If anyone could help me, I would appreciate it. I did everything correctly, changed the Pinecone Key and Region, but I still receive the following error. I hope someone can help me, thank you. Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 14 comments 11 replies
-
I am also receiving this error. I have already added both the pinecone region and pinecone API key to the renamed .env file, as per the instructions. |
Beta Was this translation helpful? Give feedback.
-
include whitespaces in your .env reference (ie. PINECONDE_API_KEY = / PINECONE_ENV = ) |
Beta Was this translation helpful? Give feedback.
-
I just tried every variation of that, and nothing changed? to be very explicit, here's the 3 different ways I tried it with whitespaces (and a dummy API key of course.) PINECONE_API_KEY=12386234585623414aaaa |
Beta Was this translation helpful? Give feedback.
-
Also it doesn't seem to be choking on any other API key. Although I guess that could be just because these are the first listed API keys. |
Beta Was this translation helpful? Give feedback.
-
Continue (y/n): y |
Beta Was this translation helpful? Give feedback.
-
once in cmd you can run setx for environment, the api key i had as you have there |
Beta Was this translation helpful? Give feedback.
-
Maybe it is due to the update of the readme.txt on https://github.com/Torantulino/Auto-GPT there is a new memory system "Redis" you can add. Its simple just download docker and then make some environment variables and then you can basically start. if it says server is not active make sure docker is runing (easy just start it) and copy paste a command to check if server is runing and then if not activate it into the cmd where you normaly run AutoGPT. Just ask chatGPT to tell you how and give it the readme hope it might help |
Beta Was this translation helpful? Give feedback.
-
FYI, just got the same install of AutoGPT to work fine on my PC. The excat same version still isn't finding or recognizing my pinecone and other API keys on Mac. For the Macbook install, the problem still seems to be this specific line in main.py - line 185 where it checks for the pinecone (and then other) API keys. |
Beta Was this translation helpful? Give feedback.
-
hi, i've got the same issue. (windows) |
Beta Was this translation helpful? Give feedback.
-
Same here there seems to be a bug preventing pincone access. My index works perfectly fine with older versions of autogpt |
Beta Was this translation helpful? Give feedback.
-
What version and version |
Beta Was this translation helpful? Give feedback.
-
I managed to solve the problem by creating a new account by connecting with a proxy in the US and simply using the default api key. |
Beta Was this translation helpful? Give feedback.
-
the default api key is not working for me. I tried creating a new one as well but still getting the same error. Has anybody found a fix? |
Beta Was this translation helpful? Give feedback.
-
Pinecone has been disabled in recent releases. |
Beta Was this translation helpful? Give feedback.
Ah, ok. : ) To be explicit, you mean put quotes around the API key?
I'm away from the computer I've installed on, but can definitely next try that if that's the case.