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