File size: 366 Bytes
6cca5b1 | 1 2 3 4 5 6 7 8 9 10 11 12 | # ─── 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=
|