diff --git a/README.md b/README.md index 521ea80a2..8460b0712 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ As large models are released and iterated upon, they are becoming increasingly i DB-GPT is an experimental open-source project that uses localized GPT large models to interact with your data and environment. With this solution, you can be assured that there is no risk of data leakage, and your data is 100% private and secure. ## News -- [2023/06/30]🔥DB-GPT product. [documents](https://db-gpt.readthedocs.io/en/latest/modules/llms.html) +- [2023/07/06]🔥🔥🔥Brand-new DB-GPT product with a brand-new web UI. [documents](https://db-gpt.readthedocs.io/en/latest/getting_started/getting_started.html) - [2023/06/25]🔥support chatglm2-6b model. [documents](https://db-gpt.readthedocs.io/en/latest/modules/llms.html) - [2023/06/14] support gpt4all model, which can run at M1/M2, or cpu machine. [documents](https://db-gpt.readthedocs.io/en/latest/modules/llms.html) - [2023/06/01]🔥 On the basis of the Vicuna-13B basic model, task chain calls are implemented through plugins. For example, the implementation of creating a database with a single sentence.[demo](./assets/auto_plugin.gif) - [2023/06/01]🔥 QLoRA guanaco(7b, 13b, 33b) support. -- [2023/05/28] Learning from crawling data from the Internet [demo](./assets/chaturl_en.gif) -- [2023/05/21] Generate SQL and execute it automatically. [demo](./assets/auto_sql_en.gif) +- [2023/05/28] Learning from crawling data from the Internet [demo](./assets/dbgpt_demo.gif) +- [2023/05/21] Generate SQL and execute it automatically. [demo](./assets/chat-data.gif) - [2023/05/15] Chat with documents. [demo](./assets/new_knownledge_en.gif) - [2023/05/06] SQL generation and diagnosis. [demo](./assets/demo_en.gif) @@ -35,19 +35,17 @@ DB-GPT is an experimental open-source project that uses localized GPT large mode Run on an RTX 4090 GPU. -https://github.com/csunny/DB-GPT/assets/dbgpt_demo.mp4 +

+ +

+ -

- -

-

- -

+ ## Features diff --git a/README.zh.md b/README.zh.md index 9e3505def..647c59d7f 100644 --- a/README.zh.md +++ b/README.zh.md @@ -23,7 +23,7 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地 ## 最新发布 -- [2023/06/30]🔥 DB-GPT产品。 [使用文档](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/modules/llms.html) +- [2023/07/06]🔥🔥🔥 全新的DB-GPT产品。 [使用文档](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/getting_started/getting_started.html) - [2023/06/25]🔥 支持ChatGLM2-6B模型。 [使用文档](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/modules/llms.html) - [2023/06/14]🔥 支持gpt4all模型,可以在M1/M2 或者CPU机器上运行。 [使用文档](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/modules/llms.html) - [2023/06/01]🔥 在Vicuna-13B基础模型的基础上,通过插件实现任务链调用。例如单句创建数据库的实现. @@ -58,24 +58,8 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地 示例通过 RTX 4090 GPU 演示 -https://github.com/csunny/DB-GPT/assets/17919400/654b5a49-5ea4-4c02-b5b2-72d089dcc1f0 - - -

- -

- - -

- -

- - -

- +

## 架构方案 @@ -107,9 +91,6 @@ DB-GPT基于 [FastChat](https://github.com/lm-sys/FastChat) 构建大模型运 ### 多模型使用 [使用指南](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/modules/llms.html) -### 打造属于你的知识库 -- [参考手册](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/modules/knowledge.html) - 如果在使用知识库时遇到与nltk相关的错误,您需要安装nltk工具包。更多详情,请参见:[nltk文档](https://www.nltk.org/data.html) Run the Python interpreter and type the commands: diff --git a/assets/dbgpt_demo.gif b/assets/dbgpt_demo.gif new file mode 100644 index 000000000..6defb2e26 Binary files /dev/null and b/assets/dbgpt_demo.gif differ diff --git a/assets/dbgpt_demo.mp4 b/assets/dbgpt_demo.mp4 deleted file mode 100644 index 5d8920446..000000000 Binary files a/assets/dbgpt_demo.mp4 and /dev/null differ