docs: add roadmap (#308)

- add roadmap
- update some assets
This commit is contained in:
Aries-ckt 2023-07-10 15:19:39 +08:00 committed by GitHub
commit cf65ef9e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 65 additions and 7 deletions

View File

@ -35,15 +35,35 @@ DB-GPT is an experimental open-source project that uses localized GPT large mode
Run on an RTX 4090 GPU.
<p align="left">
<img src="./assets/dbgpt_demo.gif" width="800px" />
</p>
https://github.com/csunny/DB-GPT/assets/13723926/55f31781-1d49-4757-b96e-7ef6d3dbcf80
<!-- <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/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 +146,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

@ -58,8 +58,32 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目使用本地
示例通过 RTX 4090 GPU 演示
https://github.com/csunny/DB-GPT/assets/13723926/55f31781-1d49-4757-b96e-7ef6d3dbcf80
<p align="left">
<img src="./assets/dbgpt_demo.gif" width="800px" />
<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>
## 架构方案
@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 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)