From eaa174d2c749a166a065f46f0ef5fb631693403b Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Thu, 21 Aug 2025 19:28:50 +0200 Subject: [PATCH] significantly reduce minimum cosine similarity cause of model change --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 7e743bd..a7daa26 100644 --- a/constants.py +++ b/constants.py @@ -6,7 +6,7 @@ JINA_HEADERS = { } RICKROLL_LINK = "https://www.youtube.com/watch?v=xvFZjo5PgG0" UPLOAD_DIR = "uploads" -MINIMUM_COSINE_SIMILARITY = 0.65 +MINIMUM_COSINE_SIMILARITY = 0.4 WORD_TO_COMPARE = "hand touching grass" DATABASE_FILE = "data.db" MINIMUM_OCR_SIMILARITY = 0.7