Spaces:
Runtime error
Runtime error
Commit
·
8d355e0
1
Parent(s):
757b9a5
Update main.py
Browse files
main.py
CHANGED
@@ -28,7 +28,8 @@ client = qdrant_client.QdrantClient(
|
|
28 |
api_key="ZQ6jySuPxY5rSh0mJ4jDMoxbZsPqDdbqFBOPwotl9B8N0Ru3S8bzoQ"
|
29 |
)
|
30 |
|
31 |
-
model = SentenceTransformer('
|
|
|
32 |
collection_names = ["new_lir"] # replace with the collection name used on Qdrant
|
33 |
|
34 |
import re
|
|
|
28 |
api_key="ZQ6jySuPxY5rSh0mJ4jDMoxbZsPqDdbqFBOPwotl9B8N0Ru3S8bzoQ"
|
29 |
)
|
30 |
|
31 |
+
model = SentenceTransformer('paraphrase-multilingual-MiniLM-L12-v2') # good so far
|
32 |
+
#model = SentenceTransformer('models/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2') # good so far
|
33 |
collection_names = ["new_lir"] # replace with the collection name used on Qdrant
|
34 |
|
35 |
import re
|