docs: update assets for readme.

This commit is contained in:
csunny 2023-07-10 15:03:50 +08:00
parent 877db265ef
commit e15e343f9d
12 changed files with 67 additions and 2 deletions

View File

@ -44,6 +44,33 @@ Run on an RTX 4090 GPU.
<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/dbgpt_demo.gif" width="800px" />
</p>
<p align="left">
<img src="./assets/dashboard.png" width="800px" />
</p>
<p align="left">
<img src="./assets/chatSQL.png" width="800px" />
</p>
<p align="left">
<img src="./assets/chatdb.png" width="800px" />
</p>
<p align="left">
<img src="./assets/chatdata.png" width="800px" />
</p>
<p align="left">
<img src="./assets/ks.png" width="800px" />
</p>
<p align="left">
<img src="./assets/chat_knowledge.png" width="800px" />
</p>
@ -126,6 +153,12 @@ This project is standing on the shoulders of giants and is not going to work wit
- Please run `black .` before submitting the code.
## RoadMap
<p align="left">
<img src="./assets/roadmap.jpg" width="800px" />
</p>
## Licence
The MIT License (MIT)

View File

@ -62,6 +62,30 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目使用本地
<img src="./assets/dbgpt_demo.gif" width="800px" />
</p>
<p align="left">
<img src="./assets/dashboard.png" width="800px" />
</p>
<p align="left">
<img src="./assets/chatSQL.png" width="800px" />
</p>
<p align="left">
<img src="./assets/chatdb.png" width="800px" />
</p>
<p align="left">
<img src="./assets/chatdata.png" width="800px" />
</p>
<p align="left">
<img src="./assets/ks.png" width="800px" />
</p>
<p align="left">
<img src="./assets/chat_knowledge.png" width="800px" />
</p>
## 架构方案
DB-GPT基于 [FastChat](https://github.com/lm-sys/FastChat) 构建大模型运行环境,并提供 vicuna 作为基础的大语言模型。此外我们通过LangChain提供私域知识库问答能力。同时我们支持插件模式, 在设计上原生支持Auto-GPT插件。我们的愿景是让围绕数据库和LLM构建应用程序更加简便和便捷。
@ -125,6 +149,14 @@ Run the Python interpreter and type the commands:
这是一个用于数据库的复杂且创新的工具, 我们的项目也在紧急的开发当中, 会陆续发布一些新的feature。如在使用当中有任何具体问题, 优先在项目下提issue, 如有需要, 请联系如下微信,我会尽力提供帮助,同时也非常欢迎大家参与到项目建设中。
# 路线图
<p align="left">
<img src="./assets/roadmap.jpg" width="800px" />
</p>
## 联系我们
微信群已超扫码加群上限, 进群请添加如下微信帮拉进群。

Binary file not shown.

Before

Width:  |  Height:  |  Size: 745 KiB

BIN
assets/chatSQL.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 KiB

BIN
assets/chat_knowledge.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 KiB

BIN
assets/chatdata.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

BIN
assets/chatdb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 KiB

BIN
assets/dashboard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
assets/ks.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

BIN
assets/roadmap.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

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

View File

@ -20,7 +20,7 @@ python /DB-GPT/pilot/webserver.py
```
- Test Case: Use a histogram to analyze the total order amount of users in different cities.
<p align="center">
<img src="../../assets/chart_db_city_users.png" width="680px" />
<img src="../../assets/dashboard.png" width="680px" />
</p>
- More detail see: [DB-DASHBOARD](https://github.com/csunny/DB-GPT-Plugins/blob/main/src/dbgpt_plugins/Readme.md)