Spaces:
Running
Running
| # 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 | |