From 148393cf8cb4ff3989db2cd68e38db3e70e1960c Mon Sep 17 00:00:00 2001 From: csunny Date: Mon, 1 May 2023 02:04:02 +0800 Subject: [PATCH 1/6] update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ae18c1a4..167aedcaf 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Run on an RTX 4090 GPU (The origin mov not sped up!, [YouTube地址](https://www ![](https://github.com/csunny/DB-GPT/blob/dev/asserts/演示.gif) - SQL生成示例 -![SQL生成示例](https://github.com/csunny/DB-GPT/blob/dev/asserts/sql_generate.png) +![SQL生成示例](https://github.com/csunny/DB-GPT/blob/dev/asserts/sql_generate.png =600x480) - 数据库QA示例 -![数据库QA示例](https://github.com/csunny/DB-GPT/blob/dev/asserts/DB_QA.png) +![数据库QA示例](https://github.com/csunny/DB-GPT/blob/dev/asserts/DB_QA.png =600x480) # Install 1. Run model server ``` From 59d17933d4ac86683fcdf0abe6c84f0ee729bc25 Mon Sep 17 00:00:00 2001 From: csunny Date: Mon, 1 May 2023 02:08:22 +0800 Subject: [PATCH 2/6] resize --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 167aedcaf..e96c8fb0a 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,13 @@ Run on an RTX 4090 GPU (The origin mov not sped up!, [YouTube地址](https://www ![](https://github.com/csunny/DB-GPT/blob/dev/asserts/演示.gif) - SQL生成示例 -![SQL生成示例](https://github.com/csunny/DB-GPT/blob/dev/asserts/sql_generate.png =600x480) + + +
- 数据库QA示例 -![数据库QA示例](https://github.com/csunny/DB-GPT/blob/dev/asserts/DB_QA.png =600x480) + + + # Install 1. Run model server ``` From 9df528141b1a873c887050b11d079577e99fe01e Mon Sep 17 00:00:00 2001 From: csunny Date: Mon, 1 May 2023 02:11:26 +0800 Subject: [PATCH 3/6] reset to center --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e96c8fb0a..6d87a702e 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ Run on an RTX 4090 GPU (The origin mov not sped up!, [YouTube地址](https://www - SQL生成示例 - +
- 数据库QA示例 - + # Install 1. Run model server From f1a07daf4c22148a5ba23e43902c48ef1a5f28a3 Mon Sep 17 00:00:00 2001 From: "magic.chen" Date: Mon, 1 May 2023 02:13:21 +0800 Subject: [PATCH 4/6] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d87a702e..d010bb3bc 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,14 @@ Run on an RTX 4090 GPU (The origin mov not sped up!, [YouTube地址](https://www ![](https://github.com/csunny/DB-GPT/blob/dev/asserts/演示.gif) - SQL生成示例 - +

+


- 数据库QA示例 - +

- +

# Install 1. Run model server ``` @@ -35,4 +36,4 @@ python webserver.py # Featurs - SQL-Generate - Database-QA Based Knowledge -- SQL-diagnosis \ No newline at end of file +- SQL-diagnosis From 4201cb27e2c0ea20e52da52083c40442e880f208 Mon Sep 17 00:00:00 2001 From: "magic.chen" Date: Mon, 1 May 2023 02:13:58 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d010bb3bc..173285291 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ Overall, it appears to be a sophisticated and innovative tool for working with d Run on an RTX 4090 GPU (The origin mov not sped up!, [YouTube地址](https://www.youtube.com/watch?v=1PWI6F89LPo)) - 运行演示 +

![](https://github.com/csunny/DB-GPT/blob/dev/asserts/演示.gif) - +

- SQL生成示例

From 8744ff165bc061eb7b41bed8a84767d9c8bf79d9 Mon Sep 17 00:00:00 2001 From: "magic.chen" Date: Mon, 1 May 2023 02:14:41 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 173285291..f7dfd6524 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,17 @@ Overall, it appears to be a sophisticated and innovative tool for working with d Run on an RTX 4090 GPU (The origin mov not sped up!, [YouTube地址](https://www.youtube.com/watch?v=1PWI6F89LPo)) - 运行演示 -

+ ![](https://github.com/csunny/DB-GPT/blob/dev/asserts/演示.gif) -

+ - SQL生成示例 -

+ -

-
+ - 数据库QA示例 -

+ -

+ # Install 1. Run model server ```