Spaces:
Running
Running
File size: 366 Bytes
0a5c991 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Copy this file to .env and fill in your actual API keys
# Get your Pinecone API key from: https://www.pinecone.io/
PINECONE_API_KEY=your_pinecone_api_key_here
# Pinecone environment (usually us-east1, us-west1, etc.)
PINECONE_ENVIRONMENT=us-east1
# Get your Google API key from: https://makersuite.google.com/app/apikey
GOOGLE_API_KEY=your_google_api_key_here
|