优化部分问题 (#126)

* feature: 支持相对路径引用

* feature: 优化本地部署命令

* feature: 优化算子编排展示

* feature: 优化清洗任务失败后重试
This commit is contained in:
hhhhsc701
2025-12-03 16:41:48 +08:00
committed by GitHub
parent 04cff3f7e6
commit c22683d635
5 changed files with 19 additions and 22 deletions

View File

@@ -70,15 +70,15 @@ make install-mineru
```
### 部署DeerFlow服务
1. 修改runtime/deer-flow/.env.example,添加SEARCH_API_KEY和EMBEDDING模型配置
2. 修改runtime/deer-flow/.conf.yaml.example,添加基础模型服务配置
3. 执行`make install-deer-flow`
```bash
make install-deer-flow
```
### 本地开发部署
本地代码修改后,请执行以下命令构建镜像并使用本地镜像部署
```bash
make build
make install REGISTRY=""
make install dev=true
```
## 🤝 贡献指南