Browse Source

Merge branch '2025-01-25-update-similarity-score' of Server/title_with_video into master

luojunhui 2 months ago
parent
commit
fd6a349bf2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      applications/const/server_const.py

+ 1 - 1
applications/const/server_const.py

@@ -63,7 +63,7 @@ class ServerConst:
     TASK_PROCESSING_CODE = 101
 
     # 相关性过滤阈值
-    NLP_SIMILARITY_THRESHOLD = 0.45
+    NLP_SIMILARITY_THRESHOLD = 0.55
     NLP_VERSION = 1
 
     JCD_SIMILARITY_THRESHOLD = 0