mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-24 04:36:23 +00:00
feat: add logo + update
This commit is contained in:
parent
700d9bf3e9
commit
480b3b2c69
19
README.md
19
README.md
@ -1,5 +1,10 @@
|
||||
# DB-GPT: Revolutionizing Database Interactions with Private LLM Technology
|
||||
|
||||
<p align="left">
|
||||
<img src="./assets/LOGO.png" width="100%" />
|
||||
</p>
|
||||
|
||||
|
||||
<div align="center">
|
||||
<p>
|
||||
<a href="https://github.com/csunny/DB-GPT">
|
||||
@ -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)
|
||||
|
||||
[](https://star-history.com/#csunny/DB-GPT)
|
||||
|
||||
|
@ -1,4 +1,10 @@
|
||||
# DB-GPT: 用私有化LLM技术定义数据库下一代交互方式
|
||||
|
||||
<p align="left">
|
||||
<img src="./assets/LOGO.png" width="100%" />
|
||||
</p>
|
||||
|
||||
|
||||
<div align="center">
|
||||
<p>
|
||||
<a href="https://github.com/csunny/DB-GPT">
|
||||
@ -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自动执行,获取查询结果
|
||||
|
BIN
assets/LOGO.png
Normal file
BIN
assets/LOGO.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 KiB |
Loading…
Reference in New Issue
Block a user