Skip to content

Commit ed02ac1

Browse files
Fix typo in README and update section headings
1 parent 63a5c23 commit ed02ac1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/README.en.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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>
33
<p align="center">
44
<a href="https://github.com/dataease/SQLBot/releases/latest"><img src="https://img.shields.io/github/v/release/dataease/SQLBot" alt="Latest release"></a>
55
<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,14 +10,14 @@
1010
<hr/>
1111

1212

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.
1414

15-
## Working principle
15+
## How It Works
1616

1717
<img width="1105" height="577" alt="image" src="https://github.com/user-attachments/assets/58f147ff-412e-4ac9-a450-5d01a0bbe9f6" />
1818

1919

20-
## Core advantages
20+
## Key Features
2121

2222
- **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.
2323
- **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
8383

8484
This repository is licensed under the [FIT2CLOUD Open Source License](LICENSE), which is essentially GPLv3 but with some additional restrictions.
8585

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:
8787

8888
- You cannot replace or modify the SQLBot logo and copyright information;
8989

0 commit comments

Comments
 (0)