From 6ee26216d278f33c8d58b76c31d36b670b3bba13 Mon Sep 17 00:00:00 2001 From: csunny Date: Mon, 10 Jul 2023 15:52:40 +0800 Subject: [PATCH] docs: add describe for images --- README.md | 9 ++++++++- README.zh.md | 8 ++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index def812ce8..57ccf4a51 100644 --- a/README.md +++ b/README.md @@ -41,33 +41,40 @@ https://github.com/csunny/DB-GPT/assets/13723926/55f31781-1d49-4757-b96e-7ef6d3d --> + +#### Chat with data, and figure charts. +

+#### Text2SQL, generate SQL from chat

+#### Chat with database meta information.

+#### Chat with data, and execute results.

+#### Knownledge space to manage docs.

+#### Chat with knowledge, such as txt、pdf、csv、words. etc

- ## Features Currently, we have released multiple key features, which are listed below to demonstrate our current capabilities: diff --git a/README.zh.md b/README.zh.md index 218de21ca..53115fb1d 100644 --- a/README.zh.md +++ b/README.zh.md @@ -61,27 +61,35 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地 https://github.com/csunny/DB-GPT/assets/13723926/55f31781-1d49-4757-b96e-7ef6d3dbcf80 +#### 根据自然语言对话生成分析图表

+ +#### 根据自然语言对话生成SQL

+#### 与数据库元数据信息进行对话, 生成准确SQL语句

+ +#### 与数据对话, 直接查看执行结果

+#### 知识库管理

+#### 根据知识库对话, 比如pdf、csv、txt、words等等.