.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
QDRANT_URL
Qdrant Configuration Replace these values with your actual Qdrant cluster details
QDRANT_API_KEY
secret
QDRANT_COLLECTION_NAME
YOLO_MODEL
YOLO Model Configuration (optional)
ENABLE_INGEST
Feature Flags (optional)
brew install flyctl && fly launch --from https://github.com/qdrant/webinar-cloud-inference
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/qdrant/webinar-cloud-inference
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/qdrant/webinar-cloud-inference