소스 검색

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

luojunhui 4 달 전
부모
커밋
fd6a349bf2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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