Add config.py

This commit is contained in:
2026-06-04 20:02:32 +00:00
parent 6f3f64a4b4
commit b861fd0b08
+4
View File
@@ -0,0 +1,4 @@
# config.py
# Configuration for Qdrant and collection
QDRANT_URL = "http://localhost:6333"
COLLECTION_NAME = "knowledge_base"