fix: video url address

This commit is contained in:
csunny 2023-06-20 16:57:56 +08:00
parent dd0a6c8676
commit 5a698acd7c
2 changed files with 10 additions and 7 deletions

View File

@ -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:

View File

@ -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&timestamp=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&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基础模型的基础上通过插件实现任务链调用。例如单句创建数据库的实现.
@ -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>
核心能力主要有以下几个部分。