|
@@ -766,6 +766,7 @@ class PoolRecall(object):
|
|
|
if video_id not in flow_pool_recall_videos:
|
|
|
# 取其中一个 flow_pool 作为召回结果
|
|
|
# 添加视频源参数 pushFrom, abCode
|
|
|
+ log_.info(f"flow_pool_abtest_group: {flow_pool_abtest_group}")
|
|
|
flow_pool_recall_result.append(
|
|
|
{'videoId': video_id, 'flowPool': flow_pool, 'level': level,
|
|
|
'rovScore': random.uniform(0, 100), 'pushFrom': config_.PUSH_FROM['flow_recall'],
|