export PINECONE_API_KEY="guid"
export PINECONE_ENV="us-west1-gcp"
export PINECONE_PROJECT="12345"
That "us-west1-gcp" will vary when you pick the location of your first index.
export PINECONE_API_KEY="guid"
export PINECONE_ENV="us-west1-gcp"
export PINECONE_PROJECT="12345"
That "us-west1-gcp" will vary when you pick the location of your first index.