Spaces:
Running
Running
Update index_miriad_to_qdrant.py
Browse files
index_miriad_to_qdrant.py
CHANGED
@@ -28,7 +28,7 @@ colbert_documents = [
|
|
28 |
for doc in ds['passage_text']
|
29 |
]
|
30 |
|
31 |
-
collection_name = "
|
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):
|