Visual-Product-Matcher / .env.example
VesperAI's picture
addede a Production Branch
fd546cb
raw
history blame contribute delete
265 Bytes
# Example environment variables
# Copy this file to .env and fill in your actual values
QDRANT_API_KEY=your_qdrant_api_key_here
QDRANT_URL=your_qdrant_cluster_url_here
# Example:
# QDRANT_API_KEY=abc123def456...
# QDRANT_URL=https://your-cluster.qdrant.tech:6333