diff --git a/README.md b/README.md index c97d798a0..c38a2a8d5 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ The core capabilities mainly consist of the following parts: 6. Prompt generation and optimization: Automatically generates high-quality prompts and optimizes them to improve system response efficiency. 7. Multi-platform product interface: Supports various client products, such as web, mobile applications, and desktop applications. +### SubModule +- [DB-GPT-Hub](https://github.com/csunny/DB-GPT-Hub) Text-to-SQL parsing with LLMs +- [DB-GPT-Plugins](https://github.com/csunny/DB-GPT-Plugins) DB-GPT Plugins, Can run autogpt plugin directly +- [DB-GPT-Web](https://github.com/csunny/DB-GPT-Web) ChatUI for DB-GPT ## Install @@ -153,7 +157,4 @@ This project is standing on the shoulders of giants and is not going to work wit The MIT License (MIT) ## Contact Information -We are working on building a community, if you have any ideas about building the community, feel free to contact us. [Discord](https://discord.gg/4BNdxm5d) - - - +We are working on building a community, if you have any ideas about building the community, feel free to contact us. [Discord](https://discord.gg/rBgtJW8U) diff --git a/README.zh.md b/README.zh.md index d6ade5685..51c7b6070 100644 --- a/README.zh.md +++ b/README.zh.md @@ -105,6 +105,11 @@ DB-GPT基于 [FastChat](https://github.com/lm-sys/FastChat) 构建大模型运 6. Prompt自动生成与优化:自动化生成高质量的Prompt,并进行优化,提高系统的响应效率。 7. 多端产品界面:支持多种不同的客户端产品,例如Web、移动应用和桌面应用等。 +### 子模块 +- [DB-GPT-Hub](https://github.com/csunny/DB-GPT-Hub) 使用 LLM 进行文本到 SQL 解析 +- [DB-GPT-Plugins](https://github.com/csunny/DB-GPT-Plugins) DB-GPT 插件仓库, 兼容Auto-GPT +- [DB-GPT-Web](https://github.com/csunny/DB-GPT-Web) 多端交互前端界面 + ## 安装 [快速开始](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/getting_started/getting_started.html)