Files
task-6a02e23da6fe2e4ac16acf65/config.py
T
2026-06-04 20:02:32 +00:00

4 lines
125 B
Python

# config.py
# Configuration for Qdrant and collection
QDRANT_URL = "http://localhost:6333"
COLLECTION_NAME = "knowledge_base"