diff --git a/config.py b/config.py new file mode 100644 index 0000000..e599ae1 --- /dev/null +++ b/config.py @@ -0,0 +1,4 @@ +# config.py +# Configuration for Qdrant and collection +QDRANT_URL = "http://localhost:6333" +COLLECTION_NAME = "knowledge_base" \ No newline at end of file