Browse Source

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

luojunhui 4 tháng trước cách đây
mục cha
commit
fd6a349bf2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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