Spaces:
Sleeping
Sleeping
# 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 | |