Spaces:
Running
Running
File size: 244 Bytes
5dfbe50 |
1 2 3 4 5 6 7 8 9 10 |
# Vespa Configuration
VESPA_ENDPOINT=https://your-vespa-endpoint.vespa-cloud.com
VESPA_CERT_PATH=/home/user/.vespa/il-infra.colpali-server.default
# CORS Configuration
CORS_ORIGIN=*
# API Configuration
EMBEDDING_API_URL=http://localhost:8001
|