mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-01 00:03:29 +00:00
fix: video url address
This commit is contained in:
parent
dd0a6c8676
commit
5a698acd7c
@ -40,11 +40,11 @@ https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089d
|
||||
</videos> -->
|
||||
|
||||
<p align="center">
|
||||
<img src="./assets/auto_sql_en.gif" width="680px" />
|
||||
<img src="./assets/auto_sql_en.gif" width="800px" />
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="./assets/knownledge_qa_en.jpg" width="680px" />
|
||||
<img src="./assets/knownledge_qa_en.jpg" width="800px" />
|
||||
</p>
|
||||
|
||||
## Features
|
||||
@ -75,7 +75,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:
|
||||
|
11
README.zh.md
11
README.zh.md
@ -21,6 +21,9 @@ 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)
|
||||
|
||||
|
||||
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基础模型的基础上,通过插件实现任务链调用。例如单句创建数据库的实现.
|
||||
@ -61,17 +64,17 @@ https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089d
|
||||
</videos> -->
|
||||
|
||||
<p align="center">
|
||||
<img src="./assets/auto_sql.gif" width="680px" />
|
||||
<img src="./assets/auto_sql.gif" width="800px" />
|
||||
</p>
|
||||
|
||||
|
||||
<p align="center">
|
||||
<img src="./assets/chat_url_zh.gif" width="680px" />
|
||||
<img src="./assets/chat_url_zh.gif" width="800px" />
|
||||
</p>
|
||||
|
||||
|
||||
<p align="center">
|
||||
<img src="./assets/new_knownledge.gif" width="680px" />
|
||||
<img src="./assets/new_knownledge.gif" width="800px" />
|
||||
</p>
|
||||
|
||||
## 架构方案
|
||||
@ -80,7 +83,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>
|
||||
|
||||
核心能力主要有以下几个部分。
|
||||
|
Loading…
Reference in New Issue
Block a user