Commit 08766e8c by unknown

init

parent 87fdc857
...@@ -30,6 +30,20 @@ sop表名称(tableName); ...@@ -30,6 +30,20 @@ sop表名称(tableName);
## 3、方案
- 将ppt中的各个板块进行拆解,对每个板块搭建对应的工作流。
- 本分支只完成非AI资源清单的推荐
- - step1:清洗非AI资源清单(约1.8万条数据)
- step2:将1.8万条数据保存进es库,并提供api查询接口
- step3:将用户传入的图书样张或图书简介在dify中用大模型提取关键字段信息
- step4:将提取的关键字段信息输入es查询接口,召回相关的非AI资源
- step5:对召回的非AI资源在dify中分批次使用大模型进行筛选并给出推荐指数打分
- step6:返回推荐指数大于等于4的非AI资源,每个资源都是一个json字符串。
- step7:再dify中对非AI资源对应的标题和描述进行美化,返回json字符串。
## 3、非AI资源es搜索服务部署 ## 3、非AI资源es搜索服务部署
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment