Spaces:
Running
Running
File size: 520 Bytes
5dfbe50 f98308d 5dfbe50 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# Hugging Face Backend Deployment Configuration
# Jul 24 - Backend services only (Hono + ColPali)
# Server Configuration
PORT=7860
NODE_ENV=production
# CORS - Allow all origins for external frontend access
CORS_ORIGIN=*
# Vespa Configuration
VESPA_ENDPOINT=https://f5acf536.ed2ceb09.z.vespa-app.cloud
VESPA_CERT_PATH=/home/user/.vespa/il-infra.colpali-server.default
# Internal Services
EMBEDDING_API_URL=http://localhost:8001
# API Configuration
MAX_QUERY_TERMS=64
QUERY_TIMEOUT_MS=30000
# Logging
LOG_LEVEL=info |