| # ─── DocMind Secrets ─── | |
| # Copy this file to .env and fill in your values. | |
| # NEVER commit .env to version control. | |
| # Groq API (free tier) — https://console.groq.com | |
| GROQ_API_KEY=gsk_your_key_here | |
| # Qdrant Cloud (free 1GB cluster) — https://cloud.qdrant.io | |
| # Leave blank to use local in-memory Qdrant (no signup needed) | |
| QDRANT_URL= | |
| QDRANT_API_KEY= | |