diff --git a/src/config.py b/src/config.py new file mode 100644 index 0000000..c6418ee --- /dev/null +++ b/src/config.py @@ -0,0 +1,2 @@ +# Configuration constants +QDRANT_URL = "http://localhost:6333"