|
1 | 1 | <p align="center"><img src="https://resource-fit2cloud-com.oss-cn-hangzhou.aliyuncs.com/sqlbot/sqlbot.png" alt="SQLBot" width="300" /></p> |
2 | | -<h3 align="center">Intelligent Questioning System Based on Large Models and RAGs</h3> |
| 2 | +<h3 align="center">Intelligent Questioning System Based on Large Models and RAG</h3> |
3 | 3 | <p align="center"> |
4 | 4 | <a href="https://github.com/dataease/SQLBot/releases/latest"><img src="https://img.shields.io/github/v/release/dataease/SQLBot" alt="Latest release"></a> |
5 | 5 | <a href="https://github.com/dataease/SQLBot"><img src="https://img.shields.io/github/stars/dataease/SQLBot?color=%231890FF&style=flat-square" alt="Stars"></a> |
|
10 | 10 | <hr/> |
11 | 11 |
|
12 | 12 |
|
13 | | -SQLBot is an intelligent data query system based on large language models and RAGs, meticulously crafted by the DataEase open-source project team. With SQLBot, users can perform conversational data analysis (ChatBI), quickly extracting the necessary data information and visualizations, and supporting further intelligent analysis. |
| 13 | +SQLBot is an intelligent data query system based on large language models and RAG, meticulously crafted by the DataEase open-source project team. With SQLBot, users can perform conversational data analysis (ChatBI), quickly extracting the necessary data information and visualizations, and supporting further intelligent analysis. |
14 | 14 |
|
15 | | -## Working principle |
| 15 | +## How It Works |
16 | 16 |
|
17 | 17 | <img width="1105" height="577" alt="image" src="https://github.com/user-attachments/assets/58f147ff-412e-4ac9-a450-5d01a0bbe9f6" /> |
18 | 18 |
|
19 | 19 |
|
20 | | -## Core advantages |
| 20 | +## Key Features |
21 | 21 |
|
22 | 22 | - **Out-of-the-Box Functionality:** Simply configure the large model and data source; no complex development is required to quickly enable intelligent data collection. Leveraging the large model's natural language understanding and SQL generation capabilities, combined with RAG technology, it achieves high-quality Text-to-SQL conversion. |
23 | 23 | - **Secure and Controllable:** Provides a workspace-level resource isolation mechanism, building clear data boundaries and ensuring data access security. Supports fine-grained data permission configuration, strengthening permission control capabilities and ensuring compliance and controllability during use. |
@@ -83,7 +83,7 @@ If you are in an intranet environment, you can deploy SQLBot via the [offline in |
83 | 83 |
|
84 | 84 | This repository is licensed under the [FIT2CLOUD Open Source License](LICENSE), which is essentially GPLv3 but with some additional restrictions. |
85 | 85 |
|
86 | | -You can perform secondary development based on the SQLBot source code, but you must adhere to the following: |
| 86 | +You may conduct secondary development based on the SQLBot source code, but you must adhere to the following: |
87 | 87 |
|
88 | 88 | - You cannot replace or modify the SQLBot logo and copyright information; |
89 | 89 |
|
|
0 commit comments