Spaces:
Running
Running
| # LexiBot Environment Variables | |
| # Copy this file to .env and fill in your actual values | |
| # Google AI (Gemini + Embeddings) | |
| GOOGLE_API_KEY=your_google_api_key_here | |
| # Pinecone Vector Database | |
| PINECONE_API_KEY=your_pinecone_api_key_here | |
| PINECONE_INDEX_NAME=lexibot-legal-docs | |