diff --git a/README.md b/README.md index d0e5e142f..17108c556 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,27 @@ https://github.com/csunny/DB-GPT/assets/13723926/55f31781-1d49-4757-b96e-7ef6d3d --> +#### Chat with data, and figure charts. + +

+ +

+ +#### Text2SQL, generate SQL from chat +

+ +

+ +#### Knowledge space to manage docs. +

+ +

+ +#### Chat with knowledge, such as url, pdf, csv, word. etc +

+ +

+ ## Features Currently, we have released multiple key features, which are listed below to demonstrate our current capabilities: @@ -90,6 +111,9 @@ 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. diff --git a/assets/chat_knowledge.png b/assets/chat_knowledge.png index c83217708..3aa1ba217 100644 Binary files a/assets/chat_knowledge.png and b/assets/chat_knowledge.png differ diff --git a/assets/chatdata.png b/assets/chatdata.png index 6cb483073..af998ca1d 100644 Binary files a/assets/chatdata.png and b/assets/chatdata.png differ diff --git a/assets/ks.png b/assets/ks.png index b17ff5609..cf510a5e5 100644 Binary files a/assets/ks.png and b/assets/ks.png differ