You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have released multiple key features, which are listed below to demonstrate our current capabilities:
100
-
- Private KBQA & data processing
90
+
-**Private Domain Q&A & Data Processing**
101
91
102
92
The DB-GPT project offers a range of features to enhance knowledge base construction and enable efficient storage and retrieval of both structured and unstructured data. These include built-in support for uploading multiple file formats, the ability to integrate plug-ins for custom data extraction, and unified vector storage and retrieval capabilities for managing large volumes of information.
103
93
104
-
-Multiple data sources & visualization
94
+
-**Multi-Data Source & GBI(Generative Business intelligence)**
105
95
106
96
The DB-GPT project enables seamless natural language interaction with various data sources, including Excel, databases, and data warehouses. It facilitates effortless querying and retrieval of information from these sources, allowing users to engage in intuitive conversations and obtain insights. Additionally, DB-GPT supports the generation of analysis reports, providing users with valuable summaries and interpretations of the data.
107
97
108
-
- Multi-Agents&Plugins
98
+
-**Multi-Agents&Plugins**
109
99
110
100
It supports custom plug-ins to perform tasks, natively supports the Auto-GPT plug-in model, and the Agents protocol adopts the Agent Protocol standard.
111
101
112
-
- Fine-tuning text2SQL
113
-
102
+
-**Automated Fine-tuning text2SQL**
103
+
114
104
An automated fine-tuning lightweight framework built around large language models, Text2SQL data sets, LoRA/QLoRA/Pturning, and other fine-tuning methods, making TextSQL fine-tuning as convenient as an assembly line. [DB-GPT-Hub](https://github.com/eosphoros-ai/DB-GPT-Hub)
115
105
116
-
- Multi LLMs Support, Supports multiple large language models, currently supporting
Massive model support, including dozens of large language models such as open source and API agents. Such as LLaMA/LLaMA2, Baichuan, ChatGLM, Wenxin, Tongyi, Zhipu, etc.
The privacy and security of data are ensured through various technologies, such as privatized large models and proxy desensitization.
155
129
@@ -313,16 +287,6 @@ The core capabilities mainly consist of the following parts:
313
287
314
288
As of October 10, 2023, by fine-tuning an open-source model of 13 billion parameters using this project, the execution accuracy on the Spider evaluation dataset has surpassed that of GPT-4!
|**CodeLlama-13b-Instruct-hf_lora**|**0.789**| sft train by our this project,only used spider train dataset ,the same eval way in this project with lora SFT |
321
-
| CodeLlama-13b-Instruct-hf_qlora | 0.774 | sft train by our this project,only used spider train dataset ,the same eval way in this project with qlora and nf4,bit4 SFT |
|**CodeLlama-13b-Instruct-hf_lora**|**0.789**| sft train by our this project,only used spider train dataset ,the same eval way in this project with lora SFT |
353
-
| CodeLlama-13b-Instruct-hf_qlora | 0.774 | sft train by our this project,only used spider train dataset ,the same eval way in this project with qlora and nf4,bit4 SFT |
Copy file name to clipboardExpand all lines: docs/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
Overview
7
7
------------------
8
8
9
-
|DB-GPT is an open-source framework for large models in the database field. Its purpose is to build infrastructure for the domain of large models, making it easier and more convenient to develop applications around databases. By developing various technical capabilities such as:
9
+
|DB-GPT is an open-source framework for large models in the databases fields. It's purpose is to build infrastructure for the domain of large models, making it easier and more convenient to develop applications around databases. By developing various technical capabilities such as:
0 commit comments