chores: add wechat + update readme

This commit is contained in:
csunny 2023-07-27 15:35:13 +08:00
parent 2d5226ab21
commit 8d8c31395a
3 changed files with 8 additions and 44 deletions

View File

@ -60,39 +60,6 @@ https://github.com/csunny/DB-GPT/assets/13723926/55f31781-1d49-4757-b96e-7ef6d3d
<source id="mp4" src="https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089dcc1f0" type="video/mp4">
</videos> -->
#### Chat with data, and figure charts.
<p align="left">
<img src="./assets/dashboard.png" width="800px" />
</p>
#### Text2SQL, generate SQL from chat
<p align="left">
<img src="./assets/chatSQL.png" width="800px" />
</p>
#### Chat with database meta information.
<p align="left">
<img src="./assets/chatdb.png" width="800px" />
</p>
#### Chat with data, and execute results.
<p align="left">
<img src="./assets/chatdata.png" width="800px" />
</p>
#### Knownledge space to manage docs.
<p align="left">
<img src="./assets/ks.png" width="800px" />
</p>
#### Chat with knowledge, such as txt、pdf、csv、words. etc
<p align="left">
<img src="./assets/chat_knowledge.png" width="800px" />
</p>
## Features
Currently, we have released multiple key features, which are listed below to demonstrate our current capabilities:
@ -123,9 +90,6 @@ Currently, we have released multiple key features, which are listed below to dem
- Gorilla(7b,13b)
- baichuan(7b,13b)
[![Star History Chart](https://api.star-history.com/svg?repos=csunny/DB-GPT)](https://star-history.com/#csunny/DB-GPT)
## Introduction
DB-GPT creates a vast model operating system using [FastChat](https://github.com/lm-sys/FastChat) and offers a large language model powered by [Vicuna](https://huggingface.co/Tribbiani/vicuna-7b). In addition, we provide private domain knowledge base question-answering capability. Furthermore, we also provide support for additional plugins, and our design natively supports the Auto-GPT plugin.Our vision is to make it easier and more convenient to build applications around databases and llm.
@ -207,4 +171,4 @@ We are working on building a community, if you have any ideas about building the
<p align="center">
<img src="./assets/wechat.jpg" width="300px" />
</p>
</p>

View File

@ -56,7 +56,6 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目使用本地
示例通过 RTX 4090 GPU 演示
https://github.com/csunny/DB-GPT/assets/13723926/55f31781-1d49-4757-b96e-7ef6d3dbcf80
#### 根据自然语言对话生成分析图表
@ -112,10 +111,13 @@ https://github.com/csunny/DB-GPT/assets/13723926/55f31781-1d49-4757-b96e-7ef6d3d
- 非结构化数据支持包括PDF、MarkDown、CSV、WebURL
- 多模型支持
- 支持多种大语言模型, 当前已支持Vicuna(7b,13b), ChatGLM-6b(int4,int8), guanaco(7b,13b,33b), Gorilla(7b,13b), 🔥 llama-2(7b,13b,70b), baichuan(7b,13b)
[![Star History Chart](https://api.star-history.com/svg?repos=csunny/DB-GPT)](https://star-history.com/#csunny/DB-GPT)
- 支持多种大语言模型, 当前已支持如下模型:
- Vicuna(7b,13b)
- ChatGLM-6b(int4,int8)
- guanaco(7b,13b,33b)
- Gorilla(7b,13b)
- 🔥 llama-2(7b,13b,70b)
- baichuan(7b,13b)
## 架构方案
DB-GPT基于 [FastChat](https://github.com/lm-sys/FastChat) 构建大模型运行环境,并提供 vicuna 作为基础的大语言模型。此外我们通过LangChain提供私域知识库问答能力。同时我们支持插件模式, 在设计上原生支持Auto-GPT插件。我们的愿景是让围绕数据库和LLM构建应用程序更加简便和便捷。
@ -202,5 +204,3 @@ The MIT License (MIT)
<img src="./assets/wechat.jpg" width="300px" />
</p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

After

Width:  |  Height:  |  Size: 221 KiB