This commit is contained in:
csunny
2023-05-16 19:39:15 +08:00
parent 5622f4467d
commit 759c30eb36
2 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
# DB-GPT ![GitHub Repo stars](https://img.shields.io/github/stars/csunny/db-gpt?style=social)
---
[English Edition](README.en.md)
## 背景
@@ -23,8 +22,7 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目使用本地
- SQL自动执行获取查询结果
- 自动爬取学习知识
- 知识库统一向量存储/索引
- 非结构化数据支持
- PDF、MarkDown、CSV、WebURL
- 非结构化数据支持包括PDF、MarkDown、CSV、WebURL
## 效果演示
@@ -54,12 +52,19 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目使用本地
<img src="./assets/exeable.png" width="600px" />
</p>
3. 自动分析执行SQL输出运行结果
<p align="center">
<img src="./assets/AUTO-DB-GPT.png" width="600px" />
</p>
### 数据库问答
<p align="center">
<img src="./assets/DB_QA.png" width="600px" />
</p>
1. 基于默认内置知识库问答
<p align="center">

BIN
assets/Auto-DB-GPT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB