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
One of the highlights of Chat2DB's intelligent question-and-answer feature is its powerful ability to create custom AI datasets.
3
+
One of the highlights of Chat2DB's intelligent question-and-answer feature is its powerful ability to create custom AI collection.
4
4
5
5
With this feature, users have the flexibility to build different sets of Q&A data, so that the content of the Q&A is highly customized, ensuring that each answer is precisely tailored to your specific needs.
6
6
Not only that, this process also greatly improves the intelligence level of the question and answer system and the accuracy of the answer, so that you are more comfortable in dealing with complex and changeable query scenarios.
@@ -9,28 +9,41 @@ In short, the custom AI data collection is the key to unlocking Chat2DB intellig
9
9
10
10
## Step 1: Create an AI data collection
11
11
12
-
You can use each data source to create ai data sets for that data source. Tables from one or more different databases can be placed in an ai dataset.
13
-
You can also right-click all tables on the Tables node under each database to add a specified table to the ai dataset.
12
+
You can use each data source to create ai data sets for that data source. Tables from one or more different databases can be placed in an ai collection.
13
+
You can also right-click all tables on the Tables node under each database to add a specified table to the ai collection.
14
14
15
-
If your table structure changes after you synchronize, you can right-click the dataset node to resynchronize.
15
+
If your table structure changes after you synchronize, you can right-click the collection node to resynchronize.
You can edit the table by double-clicking it within the ai dataset. If your business cannot modify the table name or table comment, you can modify the table name and comment as well as the field name and comment information here, so that AI can better understand your table structure and field information.
22
-
This will greatly improve the accuracy of ai generation.
23
+
3. Choose the database and select the tables you need.
It will take a few minutes to finish, you can close this window.
30
+
31
+
## Step 2: Modify the AI Column Name and AI Column Comment
32
+
33
+
You can edit the table by double-clicking it within the ai collection. You can not modify your origin column name and comment here, you can modify the **AI column name and comment** as well as the AI Table Name and AI Table Comment, so that AI can better understand your table structure and column information.
34
+
35
+
This will greatly improve the accuracy of AI generation.
Copy file name to clipboardExpand all lines: pages/docs/ai-chat/text2sql.mdx
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,18 @@ Ensure the accuracy of query results, while improving query performance and redu
9
9
-**Feedback and iteration**: By collecting user feedback information in real time, the system can quickly adjust the query logic to ensure that the final result meets user expectations.
10
10
Enhance user experience, ensure the relevance and accuracy of query results, and promote continuous learning and improvement of the system.
11
11
12
-

12
+
## 1. Create a new Query console
13
+
14
+

15
+
16
+
## 2. Press '/' to invoke AI
17
+
18
+

19
+
20
+

21
+
22
+
See how to [create AI data collecions](https://chat2db.ai/resources/docs/ai-chat/ai-data-collection).
0 commit comments