izakpaul2002 commited on
Commit
5f05f2d
·
verified ·
1 Parent(s): 6279d26

Update data-ingestion.py

Browse files
Files changed (1) hide show
  1. data-ingestion.py +1 -1
data-ingestion.py CHANGED
@@ -11,7 +11,7 @@ import pathlib
11
  # upload chunks to Qdrant
12
 
13
 
14
- qdrant_client ="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
 
 
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