wangyunpeng 1 неделя назад
Родитель
Сommit
2066c40a36

+ 1 - 1
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

@@ -543,7 +543,7 @@ public class CoreServiceImpl implements CoreService {
         RecallVideoScoreParam param = new RecallVideoScoreParam();
         param.setQueryText(matchContent.getTitle());
         param.setTopN(10);
-        param.setAlpha(0.6);
+        param.setAlpha(0.7);
         param.setSimMin(0.6);
         param.setRovMin(0.0);
         param.setDays(30);

+ 1 - 1
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/NewMatchVideoServiceImpl.java

@@ -252,7 +252,7 @@ public class NewMatchVideoServiceImpl implements NewMatchVideoService {
         RecallVideoScoreParam param = new RecallVideoScoreParam();
         param.setQueryText(title);
         param.setTopN(10);
-        param.setAlpha(0.6);
+        param.setAlpha(0.7);
         param.setSimMin(0.6);
         param.setRovMin(0.0);
         param.setDays(30);