diff --git a/README.md b/README.md index e10ba9023..16177bd60 100644 --- a/README.md +++ b/README.md @@ -32,16 +32,23 @@ DB-GPT is an experimental open-source project that uses localized GPT large mode ## Demo Run on an RTX 4090 GPU. -

- + +https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089dcc1f0 + + + +

+

-

- +

+

-

- +

+

## Features @@ -72,7 +79,7 @@ DB-GPT creates a vast model operating system using [FastChat](https://github.com Is the architecture of the entire DB-GPT shown in the following figure:

- +

The core capabilities mainly consist of the following parts: @@ -238,3 +245,4 @@ The MIT License (MIT) 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/xfNDzZ9t) [![Star History Chart](https://api.star-history.com/svg?repos=csunny/DB-GPT)](https://star-history.com/#csunny/DB-GPT) + diff --git a/README.zh.md b/README.zh.md index bd1be0192..15953b56a 100644 --- a/README.zh.md +++ b/README.zh.md @@ -21,9 +21,10 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地 [DB-GPT视频介绍](https://www.bilibili.com/video/BV1SM4y1a7Nj/?buvid=551b023900b290f9497610b2155a2668&is_story_h5=false&mid=%2BVyE%2Fwau5woPcUKieCWS0A%3D%3D&p=1&plat_id=116&share_from=ugc&share_medium=iphone&share_plat=ios&share_session_id=5D08B533-82A4-4D40-9615-7826065B4574&share_source=GENERIC&share_tag=s_i×tamp=1686307943&unique_k=bhO3lgQ&up_id=31375446) + ## 最新发布 - [2023/06/14]🔥 支持gpt4all模型,可以在M1/M2 或者CPU机器上运行。 [使用文档](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/modules/llms.html) -- [2023/06/01]🔥 在Vicuna-13B基础模型的基础上,通过插件实现任务链调用。例如单句创建数据库的实现.[演示](./assets/dbgpt_bytebase_plugin.gif) +- [2023/06/01]🔥 在Vicuna-13B基础模型的基础上,通过插件实现任务链调用。例如单句创建数据库的实现. - [2023/06/01]🔥 QLoRA guanaco(原驼)支持, 支持4090运行33B - [2023/05/28]🔥根据URL进行对话 [演示](./assets/chat_url_zh.gif) - [2023/05/21] SQL生成与自动执行. [演示](./assets/auto_sql.gif) @@ -53,20 +54,25 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地 ## 效果演示 示例通过 RTX 4090 GPU 演示 -

- + +https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089dcc1f0 + + + +

+

-

- + +

+

-

- -

-

- +

+

## 架构方案 @@ -75,7 +81,7 @@ DB-GPT基于 [FastChat](https://github.com/lm-sys/FastChat) 构建大模型运 整个DB-GPT的架构,如下图所示

- +

核心能力主要有以下几个部分。 diff --git a/assets/chaturl_en.gif b/assets/chaturl_en.gif deleted file mode 100644 index 30e1cc8cb..000000000 Binary files a/assets/chaturl_en.gif and /dev/null differ diff --git a/assets/dbgpt_bytebase_plugin.gif b/assets/dbgpt_bytebase_plugin.gif deleted file mode 100644 index 975b242ec..000000000 Binary files a/assets/dbgpt_bytebase_plugin.gif and /dev/null differ diff --git a/assets/demo.mp4 b/assets/demo.mp4 new file mode 100644 index 000000000..8c9a62d04 Binary files /dev/null and b/assets/demo.mp4 differ diff --git a/assets/exector_sql.png b/assets/exector_sql.png new file mode 100644 index 000000000..c13582f43 Binary files /dev/null and b/assets/exector_sql.png differ diff --git a/assets/演示.gif b/assets/演示.gif deleted file mode 100644 index 22bab31ab..000000000 Binary files a/assets/演示.gif and /dev/null differ diff --git a/docs/getting_started/tutorials.md b/docs/getting_started/tutorials.md index c48a2ea7f..fae15c47a 100644 --- a/docs/getting_started/tutorials.md +++ b/docs/getting_started/tutorials.md @@ -21,4 +21,4 @@ DB-GPT is divided into several functions, including chat with knowledge base, ex ![sql execute demonstration](../../assets/auto_sql_en.gif) ### Plugins -![db plugins demonstration](../../assets/dbgpt_bytebase_plugin.gif) \ No newline at end of file +![db plugins demonstration](../../assets/chart_db_city_users.png) \ No newline at end of file