mwitiderrick commited on
Commit
40db6e8
·
verified ·
1 Parent(s): 1d95dad

Update index_miriad_to_qdrant.py

Browse files
Files changed (1) hide show
  1. index_miriad_to_qdrant.py +1 -1
index_miriad_to_qdrant.py CHANGED
@@ -28,7 +28,7 @@ colbert_documents = [
28
  for doc in ds['passage_text']
29
  ]
30
 
31
- collection_name = "medical_chat_bot"
32
 
33
  # Create collection
34
  if not client.collection_exists(collection_name):
 
28
  for doc in ds['passage_text']
29
  ]
30
 
31
+ collection_name = "miriad"
32
 
33
  # Create collection
34
  if not client.collection_exists(collection_name):