Spaces:
Sleeping
Sleeping
| # ============================================== | |
| # BACKEND CONFIGURATION (Hugging Face / Local) | |
| # ============================================== | |
| # Qdrant Cloud Credentials | |
| # Get these from https://cloud.qdrant.io | |
| # If running locally with Docker, use: http://localhost:6333 and leave API_KEY empty | |
| QDRANT_URL=https://2e993dca-c612-4a8e-a47a-b4e090cd6d1c.europe-west3-0.gcp.cloud.qdrant.io | |
| QDRANT_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3MiOiJtIn0.lJWfoIiAh7nYD7INqfJwNxEgul8XuXvc8YGMWOhYkOg | |
| # Qdrant Settings (Optional) | |
| # QDRANT_COLLECTION=bio_discovery | |
| # ============================================== | |
| # FRONTEND CONFIGURATION (Vercel / Local) | |
| # ============================================== | |
| # NOTE: For Next.js (Vercel), these usually go in ui/.env.local or Vercel Dashboard | |
| # The URL where your Backend is running | |
| # Local: http://localhost:8000 | |
| # Production (Hugging Face): https://your-space-name.hf.space | |
| NEXT_PUBLIC_API_URL=http://localhost:8000 | |
| # The URL where your Frontend is running | |
| # Local: http://localhost:3000 | |
| # Production (Vercel): https://your-project.vercel.app | |
| NEXT_PUBLIC_APP_URL=http://localhost:3000 | |