Merge pull request #317 from Monkee1337/master

Changed order of pinecone explaination too avoid confusion
pull/611/head^2
Toran Bruce Richards 2023-04-10 13:15:56 +01:00 committed by GitHub
commit c7b7ff42b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -185,7 +185,12 @@ are loaded for the agent at any given time.
3. Find your API key and region under the default project in the left sidebar.
### Setting up environment variables
For Windows Users:
Simply set them in the `.env` file.
Alternatively, you can set them from the command line (advanced):
For Windows Users:
```
setx PINECONE_API_KEY "YOUR_PINECONE_API_KEY"
export PINECONE_ENV="Your pinecone region" # something like: us-east4-gcp
@ -198,7 +203,6 @@ export PINECONE_ENV="Your pinecone region" # something like: us-east4-gcp
```
Or you can set them in the `.env` file.
## View Memory Usage