aymanemalih commited on
Commit
8d355e0
·
1 Parent(s): 757b9a5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -28,7 +28,8 @@ client = qdrant_client.QdrantClient(
28
  api_key="ZQ6jySuPxY5rSh0mJ4jDMoxbZsPqDdbqFBOPwotl9B8N0Ru3S8bzoQ"
29
  )
30
 
31
- model = SentenceTransformer('models/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2') # good so far
 
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