|
@@ -50,7 +50,7 @@ class ArticlePoolFilterStrategy(ArticlePoolColdStartConst):
|
|
|
# 第4层通过相关性分数过滤
|
|
# 第4层通过相关性分数过滤
|
|
|
filter_df = filter_df[filter_df["score"] > self.SIMILARITY_SCORE_THRESHOLD]
|
|
filter_df = filter_df[filter_df["score"] > self.SIMILARITY_SCORE_THRESHOLD]
|
|
|
length_level4 = filter_df.shape[0]
|
|
length_level4 = filter_df.shape[0]
|
|
|
- daily_article_num = 300
|
|
|
|
|
|
|
+ daily_article_num = 120
|
|
|
match strategy:
|
|
match strategy:
|
|
|
case "strategy_v1":
|
|
case "strategy_v1":
|
|
|
await feishu_robot.bot(
|
|
await feishu_robot.bot(
|