docs: add video for readme file. (#253)

add video demo for project.
This commit is contained in:
Aries-ckt
2023-06-20 17:11:08 +08:00
committed by GitHub
8 changed files with 33 additions and 19 deletions

View File

@@ -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.
<p align="center">
<img src="./assets/auto_sql_en.gif" width="680px" />
https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089dcc1f0
<!-- <video id="video" controls="" preload="auto" poster="assets/exector_sql.png">
<source id="mp4" src="https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089dcc1f0" type="video/mp4">
</videos> -->
<p align="left">
<img src="./assets/exector_sql.png" width="800px" />
</p>
<p align="center">
<img src="./assets/chaturl_en.gif" width="680px" />
<p align="left">
<img src="./assets/auto_sql_en.gif" width="800px" />
</p>
<p align="center">
<img src="./assets/knownledge_qa_en.jpg" width="680px" />
<p align="left">
<img src="./assets/knownledge_qa_en.jpg" width="800px" />
</p>
## 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:
<p align="center">
<img src="./assets/DB-GPT.png" width="680px" />
<img src="./assets/DB-GPT.png" width="800" />
</p>
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)

View File

@@ -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&timestamp=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 演示
<p align="center">
<img src="./assets/演示.gif" width="680px" />
https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089dcc1f0
<!-- <video id="video" controls="" preload="auto" poster="assets/exector_sql.png">
<source id="mp4" src="https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089dcc1f0" type="video/mp4">
</videos> -->
<p align="left">
<img src="./assets/auto_sql.gif" width="800px" />
</p>
<p align="center">
<img src="./assets/auto_sql.gif" width="680px" />
<p align="left">
<img src="./assets/chat_url_zh.gif" width="800px" />
</p>
<p align="center">
<img src="./assets/chat_url_zh.gif" width="680px" />
</p>
<p align="center">
<img src="./assets/new_knownledge.gif" width="680px" />
<p align="left">
<img src="./assets/new_knownledge.gif" width="800px" />
</p>
## 架构方案
@@ -75,7 +81,7 @@ DB-GPT基于 [FastChat](https://github.com/lm-sys/FastChat) 构建大模型运
整个DB-GPT的架构如下图所示
<p align="center">
<img src="./assets/DB-GPT.png" width="600px" />
<img src="./assets/DB-GPT.png" width="800px" />
</p>
核心能力主要有以下几个部分。

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 MiB

BIN
assets/demo.mp4 Normal file

Binary file not shown.

BIN
assets/exector_sql.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

View File

@@ -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)
![db plugins demonstration](../../assets/chart_db_city_users.png)