Spaces:
Sleeping
Sleeping
File size: 274 Bytes
56e1ad9 | 1 2 3 4 5 6 7 8 9 10 | # 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
|