Merge pull request #317 from Monkee1337/master

Changed order of pinecone explaination too avoid confusion
This commit is contained in:
Toran Bruce Richards
2023-04-10 13:15:56 +01:00
committed by GitHub

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. 3. Find your API key and region under the default project in the left sidebar.
### Setting up environment variables ### 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" setx PINECONE_API_KEY "YOUR_PINECONE_API_KEY"
export PINECONE_ENV="Your pinecone region" # something like: us-east4-gcp 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 ## View Memory Usage