Skip to content

Commit 243bf87

Browse files
committed
[README] add DataFlow-skills
1 parent 9932d31 commit 243bf87

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README-zh.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
</div>
4848

4949
## 📰 0. 新闻
50-
50+
* **[2026-05-22] DataFlow-Skills 正式发布!**
51+
一个专门为 DataFlow 用户设计的skills和教程集合。👉 [DataFlow-Skills](https://github.com/OpenDCAI/DataFlow-Skills)
5152
* **[2026-02-02] 🖥️ DataFlow WebUI 正式发布!**
5253
通过一条命令 `dataflow webui` 即可启动可视化流水线构建器,在直观的网页界面中构建并运行 DataFlow 流水线。👉 [WebUI 文档](#dfwebui)
5354
<div style="display: flex; gap: 12px;">
@@ -107,7 +108,7 @@ DataFlow 是一个专门为从嘈杂来源(PDF、纯文本、低质量 QA)
107108
## 🛠️ 3. DataFlow 套件
108109

109110
DataFlow 套件提供了基本的算力设施,以配合 DataFlow 主仓库实现 LLM 数据准备的自动化和规模化。它由四个紧密集成的层组成:
110-
111+
* [DataFlow-Skills](https://github.com/OpenDCAI/DataFlow-Skills) – 一个专门为 DataFlow 用户设计的技能和教程集合,涵盖算子开发、流水线构建以及以数据为中心的 AI 最佳实践。
111112
* [DataFlow-WebUI](#dfwebui) – 一个直观的可视化界面,用于通过拖拽式算子工作流构建和管理复杂的数据流水线。
112113
* [DataFlow-Agent](https://github.com/OpenDCAI/DataFlow-Agent) – 一个由 AI 驱动的助手,根据用户的高层意图动态组合、执行和优化算子及流水线。
113114
* [DataFlow-Ecosystem](#awesome-dataflow) – 一个标准化的算子注册模块化分发层。它允许特定领域的模块(例如 [DataFlow-MM](https://github.com/OpenDCAI/DataFlow-MM)、DataFlow-AI4S)在统一的抽象下贡献可扩展库。

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ Turn raw data into high-quality LLM training datasets.🔧
6565

6666

6767
## 📰 0. News
68-
68+
* **[2026-05-22] DataFlow-Skills is now available!**
69+
A collection of skills and tutorials for working with DataFlow. 👉 [DataFlow-Skills](https://github.com/OpenDCAI/DataFlow-Skills)
6970
* **[2026-02-02] 🖥️ DataFlow WebUI is now available!**
7071
Launch the visual pipeline builder with a single command: `dataflow webui`. Build and run DataFlow pipelines through an intuitive web interface. 👉 [WebUI Docs](#dfwebui)
7172
<div style="display: flex; gap: 12px;">
@@ -128,6 +129,7 @@ Through an `operator-based` design, DataFlow turns the entire data cleaning work
128129

129130
## 🛠️ 3. DataFlow Suite
130131
The DataFlow Suite provides the essential infrastructure to automate and scale LLM data preparation with DataFlow main repository. It comprises four tightly integrated layers:
132+
- [DataFlow-Skills](https://github.com/OpenDCAI/DataFlow-Skills) – A collection of skills and tutorials for working with DataFlow, covering operator development, pipeline construction, and best practices for data-centric AI.
131133

132134
- [DataFlow-WebUI](#dfwebui) – An intuitive, visual interface for constructing and managing complex data pipelines through a drag-and-drop operator workflow.
133135

0 commit comments

Comments
 (0)