Skip to content

Commit e055429

Browse files
docs: add v0.8.0 usage documentation (#2998)
Co-authored-by: alan.cl <1165243776@qq.com>
1 parent 1695ae6 commit e055429

File tree

712 files changed

+48710
-2130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

712 files changed

+48710
-2130
lines changed

README.hi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<img src="./assets/LOGO_SMALL.png" alt="Logo" style="vertical-align: middle; height: 24px;" /> DB-GPT: AI Native Data App Development framework with AWEL and Agents
22

33
<p align="left">
4-
<img src="./assets/Twitter_LOGO.png" width="100%" />
4+
<img src="./assets/dbgpt_vision.png" width="100%" />
55
</p>
66

77
<div align="center">

README.ja.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
<p align="left">
5-
<img src="./assets/Twitter_LOGO.png" width="100%" />
5+
<img src="./assets/dbgpt_vision.png" width="100%" />
66
</p>
77

88
<div align="center">
@@ -143,14 +143,13 @@ SQLとコードを生成してデータをクエリし、データセットを
143143

144144
### 3. マルチソースデータアクセス
145145
構造化データと非構造化データの両方で動作し、データベース、スプレッドシート、ドキュメント、ナレッジベースが含まれます。
146+
![datasource](./assets/datasources.png)
146147

147148
### 4. スキル駆動の拡張性
148149
ドメイン知識、分析方法、実行ワークフローを再利用可能なスキルとしてパッケージ化します。
149150

150151
![import_github_skill](https://github.com/user-attachments/assets/39f39c36-a014-4a2e-8e14-b3af3f1d2f1c)
151152

152-
![agent_browse_use](https://github.com/user-attachments/assets/21864e9f-2179-4f6f-910f-18463ec2b46e)
153-
154153
### 5. サンドボックス実行
155154
分離された環境でコードとツールを実行して、より安全で可靠性の高い分析を実現します。
156155
![sandbox](https://github.com/user-attachments/assets/bfbd78e0-15e2-42ac-876f-5b91847aadc1)

README.ma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="left">
44

5-
<img src="./assets/Twitter_LOGO.png" width="100%" />
5+
<img src="./assets/dbgpt_vision.png" width="100%" />
66
</p>
77

88
<div align="center">

README.md

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# <img src="./assets/LOGO_SMALL.png" alt="Logo" style="vertical-align: middle; height: 24px;" /> DB-GPT: Open-Source Agentic AI Data Assistant
22

33
<p align="left">
4-
<img src="./assets/Twitter_LOGO.png" width="100%" />
4+
<img src="./assets/dbgpt_vision.png" width="100%" />
55
</p>
66

77
<div align="center">
@@ -82,6 +82,8 @@ Generate SQL and code to query data, clean datasets, compute metrics, and produc
8282
### 3. Multi-source data access
8383
Work across structured and unstructured sources, including databases, spreadsheets, documents, and knowledge bases.
8484

85+
![datasource](./assets/datasources.png)
86+
8587
### 4. Skills-driven extensibility
8688
Package domain knowledge, analysis methods, and execution workflows into reusable skills.
8789

@@ -91,7 +93,6 @@ Package domain knowledge, analysis methods, and execution workflows into reusabl
9193

9294
![import_github_skill](https://github.com/user-attachments/assets/39f39c36-a014-4a2e-8e14-b3af3f1d2f1c)
9395

94-
![agent_browse_use](https://github.com/user-attachments/assets/21864e9f-2179-4f6f-910f-18463ec2b46e)
9596
### 5. Sandboxed execution
9697
Run code and tools in isolated environments for safer, more reliable analysis.
9798
![sandbox](https://github.com/user-attachments/assets/bfbd78e0-15e2-42ac-876f-5b91847aadc1)
@@ -176,7 +177,7 @@ MINIMAX_API_KEY=sk-xxx \
176177
After installation, start the server with the generated profile config:
177178

178179
```bash
179-
cd ~/.dbgpt/DB-GPT && uv run dbgpt start webserver --config ~/.dbgpt/configs/<profile>.toml
180+
cd ~/.dbgpt/DB-GPT && uv run dbgpt start webserver --profile <profile>
180181
```
181182

182183
Then open [http://localhost:5670](http://localhost:5670).
@@ -250,24 +251,6 @@ For Docker, local GPU models (vLLM, llama.cpp), or manual source-code setup, see
250251
- controlled tool use
251252
- reproducible outputs and artifacts
252253
253-
## Platform & Ecosystem
254-
255-
DB-GPT is also a platform for building AI-native data systems.
256-
257-
- **AWEL** for agentic workflow orchestration
258-
- **Agents** for autonomous task execution
259-
- **RAG** for knowledge-enhanced reasoning
260-
- **SMMF** for multi-model management
261-
- **DB-GPT-Hub** for Text2SQL and finetuning workflows
262-
- **dbgpts** for apps, workflows, operators, and templates
263-
- [DB-GPT-Plugins](https://github.com/eosphoros-ai/DB-GPT-Plugins) for plugin-based extension
264-
- [GPT-Vis](https://github.com/eosphoros-ai/GPT-Vis) for visualization protocols
265-
266-
#### DeepWiki
267-
- [DB-GPT](https://deepwiki.com/eosphoros-ai/DB-GPT)
268-
- [DB-GPT-HUB](https://deepwiki.com/eosphoros-ai/DB-GPT-Hub)
269-
- [dbgpts](https://deepwiki.com/eosphoros-ai/dbgpts)
270-
271254
#### Text2SQL Finetune
272255
273256
| LLM | Supported |
@@ -418,10 +401,6 @@ The next generation of **AI + Data** products will be:
418401
419402
DB-GPT aims to help developers and enterprises build that future.
420403
421-
## Image
422-
🌐 [AutoDL Image](https://www.codewithgpu.com/i/eosphoros-ai/DB-GPT/dbgpt)
423-
424-
425404
426405
## Contribution
427406

README.ta.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p align="left">
44

5-
<img src="./assets/Twitter_LOGO.png" width="100%" />
5+
<img src="./assets/dbgpt_vision.png" width="100%" />
66
</p>
77

88
<div align="center">
@@ -317,8 +317,6 @@ LLaMA/LLaMA2, Baichuan, ChatGLM, Wenxin, Tongyi, Zhipu மற்றும் ப
317317
- ஆதரவு தரவுமூலங்கள்
318318
- [தரவுமூலங்கள்](http://docs.dbgpt.cn/docs/modules/connections)
319319

320-
## படம்
321-
🌐 [AutoDL படம்](https://www.codewithgpu.com/i/eosphoros-ai/DB-GPT/dbgpt)
322320

323321
## பங்களிப்பு
324322

README.zh.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# <img src="./assets/LOGO_SMALL.png" alt="Logo" style="vertical-align: middle; height: 24px;" /> DB-GPT:开源 Agentic AI 数据分析智能助手
22

33
<p align="left">
4-
<img src="./assets/Twitter_LOGO.png" width="100%" />
4+
<img src="./assets/dbgpt_vision.png" width="100%" />
55
</p>
66

77

@@ -79,14 +79,13 @@ DB-GPT 不只是一个助手界面,它同时也是一个平台,用于构建
7979

8080
### 3. 多数据源分析
8181
同时处理结构化与非结构化数据,包括数据库、表格文件、文档和知识库。
82+
![datasource](./assets/datasources.png)
8283

8384
### 4. Skills 驱动的可扩展能力
8485
将领域知识、分析方法和执行流程沉淀为 skills,实现复用与扩展。
8586

8687
![import_github_skill](https://github.com/user-attachments/assets/39f39c36-a014-4a2e-8e14-b3af3f1d2f1c)
8788

88-
![agent_browse_use](https://github.com/user-attachments/assets/21864e9f-2179-4f6f-910f-18463ec2b46e)
89-
9089
### 5. 沙箱安全执行
9190
在隔离环境中运行代码和工具,让分析过程更安全、更可控。
9291
![sandbox](https://github.com/user-attachments/assets/bfbd78e0-15e2-42ac-876f-5b91847aadc1)
@@ -169,7 +168,7 @@ MINIMAX_API_KEY=sk-xxx \
169168
安装完成后,使用生成的 profile 配置启动服务:
170169

171170
```bash
172-
cd ~/.dbgpt/DB-GPT && uv run dbgpt start webserver --config ~/.dbgpt/configs/<profile>.toml
171+
cd ~/.dbgpt/DB-GPT && uv run dbgpt start webserver --profile <profile>
173172
```
174173

175174
然后打开 [http://localhost:5670](http://localhost:5670)
@@ -250,18 +249,6 @@ cd ~/.dbgpt/DB-GPT && uv run dbgpt start webserver --config ~/.dbgpt/configs/<pr
250249
- 可控工具调用
251250
- 可复现的分析产物与 artifacts
252251
253-
## 平台与生态
254-
255-
DB-GPT 同时也是一个构建 AI Native 数据产品的平台,提供:
256-
257-
- **AWEL**:用于 agentic workflow 编排
258-
- **Agents**:用于自主任务执行
259-
- **RAG**:用于知识增强推理
260-
- **SMMF**:用于多模型管理
261-
- **DB-GPT-Hub**:用于 Text2SQL / 微调工作流
262-
- **dbgpts**:用于应用、工作流、算子与模板生态
263-
- [DB-GPT-Plugins](https://github.com/eosphoros-ai/DB-GPT-Plugins):插件扩展能力
264-
- [GPT-Vis](https://github.com/eosphoros-ai/DB-GPT-Web):可视化协议
265252
266253
#### DeepWiki
267254
- [DB-GPT](https://deepwiki.com/eosphoros-ai/DB-GPT)
@@ -434,8 +421,6 @@ DB-GPT 希望帮助开发者与企业共同构建这样的未来。
434421
435422
## Image
436423
437-
🌐 [AutoDL镜像](https://www.codewithgpu.com/i/eosphoros-ai/DB-GPT/dbgpt)
438-
439424
🌐 [小程序云部署](https://www.yuque.com/eosphoros/dbgpt-docs/ek12ly8k661tbyn8)
440425
441426
## 使用说明

READMR.hi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<img src="./assets/LOGO_SMALL.png" alt="Logo" style="vertical-align: middle; height: 24px;" /> DB-GPT: AI Native Data App Development framework with AWEL and Agents
22

33
<p align="left">
4-
<img src="./assets/Twitter_LOGO.png" width="100%" />
4+
<img src="./assets/dbgpt_vision.png" width="100%" />
55
</p>
66

77
<div align="center">

assets/datasources.png

656 KB
Loading

assets/dbgpt_vision.png

5.77 MB
Loading

0 commit comments

Comments
 (0)