Spaces:
Sleeping
Sleeping
Update data-ingestion.py
Browse files- data-ingestion.py +1 -1
data-ingestion.py
CHANGED
|
@@ -11,7 +11,7 @@ import pathlib
|
|
| 11 |
# upload chunks to Qdrant
|
| 12 |
|
| 13 |
|
| 14 |
-
|
| 15 |
QDRANT_API_KEY = "5q_XaDCagfcEcqWh3lr68B7b0EGN4Hd-PlUZ7acxP_-cm1rSHqAPTw" # Use your Qdrant API key
|
| 16 |
#QDRANT_COLLECTION_NAME = "research-papers-chunk-2"
|
| 17 |
|
|
|
|
| 11 |
# upload chunks to Qdrant
|
| 12 |
|
| 13 |
|
| 14 |
+
QDRANT_URL = "https://807708a6-1d41-4ecb-a1f3-8a41fcd48ec3.us-east4-0.gcp.cloud.qdrant.io:6333"
|
| 15 |
QDRANT_API_KEY = "5q_XaDCagfcEcqWh3lr68B7b0EGN4Hd-PlUZ7acxP_-cm1rSHqAPTw" # Use your Qdrant API key
|
| 16 |
#QDRANT_COLLECTION_NAME = "research-papers-chunk-2"
|
| 17 |
|