docs: readme update

add video for demo
add assets
This commit is contained in:
csunny 2023-06-20 16:19:45 +08:00
parent 930ace48c0
commit 234f71a89d
8 changed files with 19 additions and 9 deletions

View File

@ -32,14 +32,18 @@ DB-GPT is an experimental open-source project that uses localized GPT large mode
## Demo
Run on an RTX 4090 GPU.
<div width="680px">
<video id="video" controls="" preload="none" poster="./assets/executor_sql.png">
<source id="mp4" src="./assets/demo.mp4" type="video/mp4">
</videos>
</div>
-------------------
<p align="center">
<img src="./assets/auto_sql_en.gif" width="680px" />
</p>
<p align="center">
<img src="./assets/chaturl_en.gif" width="680px" />
</p>
----------------
<p align="center">
<img src="./assets/knownledge_qa_en.jpg" width="680px" />
</p>

View File

@ -23,7 +23,7 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目使用本地
## 最新发布
- [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,18 +53,24 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目使用本地
## 效果演示
示例通过 RTX 4090 GPU 演示
<p align="center">
<img src="./assets/演示.gif" width="680px" />
</p>
<div width="680px">
<video id="video" controls="" preload="none" poster="./assets/executor_sql.png">
<source id="mp4" src="./assets/demo.mp4" type="video/mp4">
</videos>
</div>
---------------
<p align="center">
<img src="./assets/auto_sql.gif" width="680px" />
</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>

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/executor_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)