Update app.py
Browse files
app.py
CHANGED
@@ -547,7 +547,7 @@ model = SentenceTransformer('paraphrase-multilingual-MiniLM-L12-v2')
|
|
547 |
|
548 |
if query:
|
549 |
found = False
|
550 |
-
threshold = 0.
|
551 |
|
552 |
query_embedding = model.encode(query, convert_to_tensor=True)
|
553 |
|
|
|
547 |
|
548 |
if query:
|
549 |
found = False
|
550 |
+
threshold = 0.55
|
551 |
|
552 |
query_embedding = model.encode(query, convert_to_tensor=True)
|
553 |
|