diff --git a/README.md b/README.md index cabfe0d07..54cf18c58 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # DB-GPT: Revolutionizing Database Interactions with Private LLM Technology +

+ +

+ +

@@ -99,6 +104,9 @@ Currently, we have released multiple key features, which are listed below to dem - Knowledge Management(We currently support many document formats: txt, pdf, md, html, doc, ppt, and url.) - Database knowledge Q&A - knowledge Embedding + +- ChatDB +- ChatDashboard - Plugins - Support custom plugin execution tasks and natively support the Auto-GPT plugin, such as: - Automatic execution of SQL and retrieval of query results @@ -106,9 +114,14 @@ Currently, we have released multiple key features, which are listed below to dem - Unified vector storage/indexing of knowledge base - Support for unstructured data such as PDF, TXT, Markdown, CSV, DOC, PPT, and WebURL -- Multi LLMs Support - - Supports multiple large language models, currently supporting Vicuna (7b,13b), ChatGLM-6b (int4,int8), guanaco(7b,13b,33b), Gorilla(7b,13b), 🔥 llama-2(7b,13b,70b), baichuan(7b,13b) - +- Multi LLMs Support, Supports multiple large language models, currently supporting + - 🔥 llama-2(7b,13b,70b) + - Vicuna (7b,13b) + - ChatGLM-6b (int4,int8) + - ChatGLM2-6b (int4,int8) + - guanaco(7b,13b,33b) + - 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) diff --git a/README.zh.md b/README.zh.md index 3dffe3040..123236cf4 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,4 +1,10 @@ # DB-GPT: 用私有化LLM技术定义数据库下一代交互方式 + +

+ +

+ +

@@ -96,6 +102,8 @@ https://github.com/csunny/DB-GPT/assets/13723926/55f31781-1d49-4757-b96e-7ef6d3d - 知识库管理(目前支持 txt, pdf, md, html, doc, ppt, and url) - 数据库知识问答 - 数据处理 +- 数据库对话 +- Chat2Dashboard - 插件模型 - 支持自定义插件执行任务,原生支持Auto-GPT插件。如: - SQL自动执行,获取查询结果 diff --git a/assets/LOGO.png b/assets/LOGO.png new file mode 100644 index 000000000..d08919a7f Binary files /dev/null and b/assets/LOGO.png differ