Spaces:
Sleeping
Sleeping
| # OpenRouter API Configuration | |
| OPENROUTER_API_KEY=your_openrouter_api_key_here | |
| # Qdrant Vector Database Configuration | |
| QDRANT_URL=your_qdrant_url_here | |
| QDRANT_API_KEY=your_qdrant_api_key_here | |
| QDRANT_CLUSTER_ID=your_qdrant_cluster_id_here | |
| # Neon PostgreSQL Database Configuration | |
| NEON_DATABASE_URL=your_neon_database_url_here | |
| # Cohere API Key (if needed) | |
| COHERE_API_KEY=your_cohere_api_key_here | |
| # Backend API Key | |
| BACKEND_API_KEY=your_backend_api_key_here | |
| # Target URL for Docusaurus site | |
| TARGET_URL=your_vercel_url_here | |
| # Application Configuration | |
| DEBUG=False | |
| LOG_LEVEL=INFO | |
| MAX_CONTENT_LENGTH=5000 | |
| RATE_LIMIT_REQUESTS=100 | |
| RATE_LIMIT_WINDOW=60 |