| # Neon Postgres connection string (pgvector enabled). | |
| # Paste Neon's raw connection string here — db.py normalizes the driver + SSL. | |
| # Example: postgresql://user:password@ep-xxxx.region.aws.neon.tech/dbname?sslmode=require | |
| DATABASE_URL= | |
| # Groq API key — https://console.groq.com/keys | |
| GROQ_API_KEY= | |