Spaces:
Runtime error
Runtime error
# 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 | |