Spaces:
Runtime error
Runtime error
File size: 386 Bytes
60444f3 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Environment variables for Visual Image Search
# Copy this to .env and fill in your values if using Qdrant Cloud
# Qdrant Cloud Configuration (optional)
# If not provided, will use local storage
# QDRANT_URL=https://your-cluster-url.qdrant.tech:6333
# QDRANT_API_KEY=your-api-key-here
# Application Configuration
# PORT=7860 # Default port for Hugging Face Spaces
# PYTHONPATH=/app
|