Skip to content

Commit da8048d

Browse files
Merge pull request #133 from gomate-community/pipeline
Pipeline
2 parents 5efb8ee + de5c492 commit da8048d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/deep-research.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,17 @@ DeepResearch 框架通过分层查询、递归迭代以及智能决策等步骤
3535

3636
DeepResearch流程示意图如下:
3737

38-
![DeepSearch.png](resources/DeepSearch.png)
38+
![DeepSearch.png](../resources/DeepSearch.png)
3939

4040
运行cli工具:
4141
```bash
4242
cd trustrag/modules/deepsearch
4343
cp .env.example .env #配置LLM API以及搜索
4444
python pipeline.py
45-
```
45+
```
46+
47+
## TODO
48+
49+
-[] 大模型反思实现
50+
-[] Gradio集成
51+
-[] Fastapi实现

0 commit comments

Comments
 (0)