changed order of pinecone explaination

This commit is contained in:
Monkee1337
2023-04-06 15:30:11 +02:00
parent 3f106963a8
commit a090c089f1

View File

@@ -150,7 +150,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 use the appropriate following method (advanced):
For Windows Users:
```
setx PINECONE_API_KEY "YOUR_PINECONE_API_KEY"
export PINECONE_ENV="Your pinecone region" # something like: us-east4-gcp
@@ -163,7 +168,6 @@ export PINECONE_ENV="Your pinecone region" # something like: us-east4-gcp
```
Or you can set them in the `.env` file.
## View Memory Usage