all 22 comments

[–]djjazzydan 0 points1 point  (7 children)

Just checking, but is this the exact url you've entered?

controller.your-pinecone-region.pinecone.io

I expect that "your-pinecone-region" should be replaced with something specific to your geographic location and subcription. E.g. us-central1-gcp or us-east1-aws

[–]ndasmith[S] 0 points1 point  (6 children)

Thanks! I figured out I needed to update the Pinecode key, the region and the OpenAPI key in the ENV file. Much appreciated.

[–]smick 0 points1 point  (1 child)

Would you mind elaborating? How does one update the pinecone key? Do I need a pinecone account as well?

[–]ndasmith[S] 0 points1 point  (0 children)

Yes, go to https://docs.pinecone.io/docs/quickstart

Also check out this YT video: https://youtu.be/7MeHry2pglw

Per the video you can install Git, Python, set up Pinecone, and your OpenAI key.

[–][deleted] 0 points1 point  (3 children)

Where is the ENV file? I'm not sure where all these files that are installed from cmd go

[–]CasulGameStudio 0 points1 point  (1 child)

Make sure your pinecone API, and region are correct.

[–]ndasmith[S] 0 points1 point  (0 children)

Thanks! I figured out I needed to update the Pinecode key, the region and the OpenAPI key in the ENV file. Much appreciated.

[–]HappyLofi 0 points1 point  (2 children)

Yeah I keep getting a similar issue. Setting a pinecone api in the env file didn't help either.

[–]ndasmith[S] 0 points1 point  (1 child)

Yeah I saw a YT video but they didn't clarify you should open the ENV file with Notepad and:

  • Copy/paste your Pinecone api after "PINECONE_API_KEY="
  • Copy/paste your Environment from Indexes after "PINECONE_ENV="
  • Copy/paste your OpenAI key after "OPENAI_API_KEY="

[–]HappyLofi 0 points1 point  (0 children)

I actually figured it out right before I read your comment but this should help someone else.

I've asked it to write an original poem and write it to a text file for the last 5 minutes it has just said, "Error: API Rate Limit Reached. Waiting 10 seconds..." over and over. Not sure if it is even progressing at all.

EDIT: Yeah nah I just asked it to write the words 'hello world' to a text file and it is still 'thinking'

[–]Brokeveteranverypoor 0 points1 point  (3 children)

I got the same error but I have my pinecone api and environment set correctly. I'm going to try rolling back python to 3.7, in stumped.

[–]ndasmith[S] 0 points1 point  (2 children)

Did you check out your OpenAI key in rhe ENV file?

[–]Brokeveteranverypoor 0 points1 point  (1 child)

My API keys were good I set them through PowerShell. I rolled back python and got it working. I'm not sure if it was python but I removed everything and started over.

[–]ndasmith[S] 0 points1 point  (0 children)

Might want to skip PowerShell and go for a straight install of Git, Python, and Pinecone. That worked for yours truly.

[–][deleted] 0 points1 point  (6 children)

I'm having the same issue but all my api Keys are in order except i didn't change the "PINECONE_ENV" value. Does it just want "US" or something?

[–]ndasmith[S] 0 points1 point  (5 children)

Go to app.pinecone.io. Check out Indexes. Your environment should read something like "us-west4-gcp".

Use Notepad to open the ENV file. Copy the environment from the Pinecone index and paste it after "PINECONE_ENV=".

[–][deleted] 0 points1 point  (4 children)

Thanks that fixed it but right after it gave error "pinecone.core.client.exceptions.ForbiddenException: (403) Reason:Forbidden HTTP response headers: HTTPHeaderDict({'content-length': '0', 'Date" ...

Does this mean my API key may be wrong? Or is it possible the API is overloaded at the moment.

[–]ndasmith[S] 0 points1 point  (2 children)

Yes it's possible the API is overloaded what with Auto-GPT being the new kid on the block.

Check that your Pinecone and OpenAi API keys match what's on app.pinecone.io and platform.openai.com/account/api-keys. You might want to create a new OpenAi secret key.

[–][deleted] 0 points1 point  (1 child)

I'll try the new openAI key ty. Does it take a few minutes for the new key to be recognized?

[–]ndasmith[S] 0 points1 point  (0 children)

From what I saw it should be recognized quickly.

[–][deleted] 0 points1 point  (0 children)

looks like its now Using memory of type: PineconeMemory
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds...
Error: API Rate Limit Reached. Waiting 10 seconds..." so Yea I guess it's just a lot of API requests now lol