aymanemalih commited on
Commit
b0d62fa
·
1 Parent(s): f30d96b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -1
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