Spaces:
Runtime error
Runtime error
Commit
·
b0d62fa
1
Parent(s):
f30d96b
Update main.py
Browse files
main.py
CHANGED
@@ -48,7 +48,9 @@ client = qdrant_client.QdrantClient(
|
|
48 |
)
|
49 |
|
50 |
|
51 |
-
collection_names = ["new_lir"] # replace with the collection name used on Qdrant
|
|
|
|
|
52 |
|
53 |
import re
|
54 |
|
|
|
48 |
)
|
49 |
|
50 |
|
51 |
+
#collection_names = ["new_lir"] # replace with the collection name used on Qdrant
|
52 |
+
collection_names = ["lir"] # replace with the collection name used on Qdrant
|
53 |
+
|
54 |
|
55 |
import re
|
56 |
|