dsh-recsys-pipeline
其他 活跃维护

dsh-recsys-pipeline

satan9394/dsh-recsys-pipeline

受高星开源项目思路启发,覆盖特征工程、召回、粗排、精排、重排、效果评估全链路的推荐排序流水线框架,配置灵活开箱即用,可快速支撑个性化推荐场景落地。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-recsys-pipeline
git clone https://github.com/satan9394/dsh-recsys-pipeline.git
git clone git@github.com:satan9394/dsh-recsys-pipeline.git
README.md main

dsh-recsys-pipeline

DSH(DeepSeek Harness)技能插件:推荐/排序流水线。

六阶段框架(Source→Hydrator→Filter→Scorer→Selector→SideEffect),适用于一切"为(用户, 上下文)选 Top K"问题:内容流、搜索排序、RAG 重排、任务优先级、通知分流。受 wshobson/agents 的 recsys-pipeline-architect(38k★ MIT)启发的中文原创精简版。

安装

dsh plugin add dsh-recsys-pipeline

触发方式

描述中包含"推荐系统 / 排序流水线 / Top K / 内容流 / RAG 重排 / 通知分流 / 个性化"等关键词时自动触发。

能力

  • 六阶段流水线框架
  • 阶段可组合与并行边界
  • 打分与物品分离
  • 典型落地(内容流/RAG 重排/通知分流)

许可

MIT