Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from uuid import uuid4
|
|
| 11 |
# -------------------- CONFIG --------------------
|
| 12 |
|
| 13 |
# Qdrant Cloud config
|
| 14 |
-
QDRANT_URL = "https
|
| 15 |
QDRANT_API_KEY = "<your-qdrant-api-key>"
|
| 16 |
COLLECTION_NAME = "Document"
|
| 17 |
|
|
|
|
| 11 |
# -------------------- CONFIG --------------------
|
| 12 |
|
| 13 |
# Qdrant Cloud config
|
| 14 |
+
QDRANT_URL = "https://9ecb3b08-e6fa-482c-a03f-e8cb3313a6c0.sa-east-1-0.aws.cloud.qdrant.io" # e.g. "https://xxxxxx-xxxxx-xxxxx-xxxx-xxxxxxxxx.us-east.aws.cloud.qdrant.io:6333"
|
| 15 |
QDRANT_API_KEY = "<your-qdrant-api-key>"
|
| 16 |
COLLECTION_NAME = "Document"
|
| 17 |
|