Spaces:
Running
Running
| # ββ Google Gemini API (primary LLM) ββββββββββββββββββββββββββββββββββββββββββββ | |
| # Free tier: 1,500 req/day, 1M tokens/min | |
| # Get your key at: https://aistudio.google.com/app/apikey | |
| GOOGLE_API_KEY=your_google_api_key_here | |
| # ββ Qdrant Cloud (production vector store) βββββββββββββββββββββββββββββββββββββ | |
| # Free tier: 1GB storage, 1 cluster | |
| # Sign up at: https://cloud.qdrant.io | |
| QDRANT_URL=https://your-cluster-id.us-east4-0.gcp.cloud.qdrant.io | |
| QDRANT_API_KEY=your_qdrant_api_key_here | |
| # ββ Notes ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # If GOOGLE_API_KEY is not set β falls back to local Ollama β falls back to HuggingFace | |
| # If QDRANT_URL is not set β uses local ChromaDB at data/vectorstore/ | |