Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#308 from richbeales/master
Browse files Browse the repository at this point in the history
small typo in Pinecone settings that referred to google
  • Loading branch information
Torantulino authored Apr 6, 2023
2 parents 4330f79 + 32e2061 commit 8c2de23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ are loaded for the agent at any given time.
### Setting up environment variables
For Windows Users:
```
setx PINECONE_API_KEY "YOUR_GOOGLE_API_KEY"
export PINECONE_ENV="Your region" # something like: us-east4-gcp
setx PINECONE_API_KEY "YOUR_PINECONE_API_KEY"
export PINECONE_ENV="Your pinecone region" # something like: us-east4-gcp
```
For macOS and Linux users:
```
export PINECONE_API_KEY="YOUR_GOOGLE_API_KEY"
export PINECONE_ENV="Your region" # something like: us-east4-gcp
export PINECONE_API_KEY="YOUR_PINECONE_API_KEY"
export PINECONE_ENV="Your pinecone region" # something like: us-east4-gcp
```

Expand Down

0 comments on commit 8c2de23

Please sign in to comment.