From dc16275a1eb6171a011dd10be11a22425be19e0f Mon Sep 17 00:00:00 2001 From: csunny Date: Mon, 1 May 2023 01:04:06 +0800 Subject: [PATCH] update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2011cfff6..3d342b873 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,20 @@ A Open Database-GPT Experiment ![GitHub Repo stars](https://img.shields.io/github/stars/csunny/db-gpt?style=social) + DB-GPT is an experimental open-source application that builds upon the fastchat model and uses vicuna as its base model. Additionally, it looks like this application incorporates langchain and llama-index embedding knowledge to improve Database-QA capabilities. Overall, it appears to be a sophisticated and innovative tool for working with databases. If you have any specific questions about how to use or implement DB-GPT in your work, please let me know and I'll do my best to assist you. +```HTML + +``` +Run on an RTX 4090 GPU (not sped up!) + +- ![SQL生成示例](https://github.com/csunny/DB-GPT/blob/dev/asserts/sql_generate.png) +- ![数据库QAs示例](https://github.com/csunny/DB-GPT/blob/dev/asserts/DB_QA.png) # Install 1. Run model server ```