Update README.md

Fix typo to use setx instead of export for setting up pinecone env variable.
This commit is contained in:
openaudible
2023-04-09 12:41:28 -07:00
committed by GitHub
parent 816dc14d82
commit b5c3d08187

View File

@@ -188,7 +188,7 @@ are loaded for the agent at any given time.
For Windows Users:
```
setx PINECONE_API_KEY "YOUR_PINECONE_API_KEY"
export PINECONE_ENV="Your pinecone region" # something like: us-east4-gcp
setx PINECONE_ENV "Your pinecone region" # something like: us-east4-gcp
```
For macOS and Linux users: