diff --git a/README.md b/README.md index 6412069..35fcfe0 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,19 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati +### Data AI Applications frameworks + + + + + + + +
Icon DB-GPT 🤖 DB-GPT is an open source AI native data app development framework with AWEL(Agentic Workflow Expression Language) and agents. +The purpose is to build infrastructure in the field of large models, through the development of multiple technical capabilities such as multi-model management (SMMF), Text2SQL effect optimization, RAG framework and optimization, Multi-Agents framework collaboration, AWEL (agent workflow orchestration), etc. Which makes large model applications with data simpler and more convenient. + +
+ ### RAG frameworks diff --git a/README_cn.md b/README_cn.md index 0efb083..c4f1519 100644 --- a/README_cn.md +++ b/README_cn.md @@ -282,6 +282,18 @@
+### AI数据应用框架 + + + + + + + +
Icon DB-GPT DB-GPT是一个开源的AI原生数据应用开发框架(AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents)。 +目的是构建大模型领域的基础设施,通过开发多模型管理(SMMF)、Text2SQL效果优化、RAG框架以及优化、Multi-Agents框架协作、AWEL(智能体工作流编排)等多种技术能力,让围绕数据库构建大模型应用更简单,更方便。 +
+ ### RAG 框架 diff --git a/README_ja.md b/README_ja.md index ec16934..d1a622a 100644 --- a/README_ja.md +++ b/README_ja.md @@ -252,6 +252,18 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
+### AIデータアプリケーション開発フレームワーク + + + + + + + +
Icon DB-GPT DB-GPT は、AWEL (Agentic Workflow Expression Language) とエージェントを備えたオープンソースの AI ネイティブ データ アプリ開発フレームワークです。 +その目的は、マルチモデル管理 (SMMF)、Text2SQL 効果の最適化、RAG フレームワークと最適化、マルチエージェント フレームワークのコラボレーション、AWEL (エージェント ワークフロー オーケストレーション) などの複数の技術機能を開発することにより、大規模モデルの分野でインフラストラクチャを構築し、データベースを中心とした大規模モデル アプリケーションの構築をより簡単かつ便利にすることです。 +
+ ### RAG フレームワーク diff --git a/docs/dbgpt/README.md b/docs/dbgpt/README.md new file mode 100644 index 0000000..1f59ef6 --- /dev/null +++ b/docs/dbgpt/README.md @@ -0,0 +1,18 @@ +# [DB-GPT](https://github.com/eosphoros-ai/DB-GPT) + +🤖 DB-GPT is an open source AI native data app development framework with AWEL(Agentic Workflow Expression Language) and agents. + +The purpose is to build infrastructure in the field of large models, through the development of multiple technical capabilities such as multi-model management (SMMF), Text2SQL effect optimization, RAG framework and optimization, Multi-Agents framework collaboration, AWEL (agent workflow orchestration), etc. Which makes large model applications with data simpler and more convenient. +## UI + +![image](assets/dbgpt_ui_en.jpg) + + +## Data Analysis with Deepseek API + +![image](assets/dbgpt_chat_data_en.jpg) + + +## Datasources + +![image](assets/dbgpt_datasource_en.jpg) diff --git a/docs/dbgpt/README_cn.md b/docs/dbgpt/README_cn.md new file mode 100644 index 0000000..af57ddc --- /dev/null +++ b/docs/dbgpt/README_cn.md @@ -0,0 +1,19 @@ +# [DB-GPT](https://github.com/eosphoros-ai/DB-GPT) + +DB-GPT是一个开源的AI原生数据应用开发框架(AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents)。 + +目的是构建大模型领域的基础设施,通过开发多模型管理(SMMF)、Text2SQL效果优化、RAG框架以及优化、Multi-Agents框架协作、AWEL(智能体工作流编排)等多种技术能力,让围绕数据库构建大模型应用更简单,更方便。 + + +## UI + +![image](assets/dbgpt_ui.jpg) + + +## 数据分析 with Deepseek API + +![image](assets/dbgpt_chat_data.jpg) + +## Datasources + +![image](assets/dbgpt_datasource.jpg) \ No newline at end of file diff --git a/docs/dbgpt/assets/dbgpt_chat_data.jpg b/docs/dbgpt/assets/dbgpt_chat_data.jpg new file mode 100644 index 0000000..8b730fd Binary files /dev/null and b/docs/dbgpt/assets/dbgpt_chat_data.jpg differ diff --git a/docs/dbgpt/assets/dbgpt_chat_data_en.jpg b/docs/dbgpt/assets/dbgpt_chat_data_en.jpg new file mode 100644 index 0000000..e4dc38e Binary files /dev/null and b/docs/dbgpt/assets/dbgpt_chat_data_en.jpg differ diff --git a/docs/dbgpt/assets/dbgpt_datasource.jpg b/docs/dbgpt/assets/dbgpt_datasource.jpg new file mode 100644 index 0000000..2ba31dd Binary files /dev/null and b/docs/dbgpt/assets/dbgpt_datasource.jpg differ diff --git a/docs/dbgpt/assets/dbgpt_datasource_en.jpg b/docs/dbgpt/assets/dbgpt_datasource_en.jpg new file mode 100644 index 0000000..0ead932 Binary files /dev/null and b/docs/dbgpt/assets/dbgpt_datasource_en.jpg differ diff --git a/docs/dbgpt/assets/dbgpt_ui.jpg b/docs/dbgpt/assets/dbgpt_ui.jpg new file mode 100644 index 0000000..926dcfe Binary files /dev/null and b/docs/dbgpt/assets/dbgpt_ui.jpg differ diff --git a/docs/dbgpt/assets/dbgpt_ui_en.jpg b/docs/dbgpt/assets/dbgpt_ui_en.jpg new file mode 100644 index 0000000..f9f4966 Binary files /dev/null and b/docs/dbgpt/assets/dbgpt_ui_en.jpg differ