mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Updated component descriptions (#2293)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": 6,
|
||||
"title": "DB Assistant",
|
||||
"description": "A more advanced agent that converts user queries into SQL statements, executes the queries, and assesses and returns the results. You must prepare three knowledge bases: 1: DDL for your database; 2: Examples of user queries converted to SQL statements; 3: A comprehensive description of your database, including but not limited to tables and records. And you are also required to configure the corresponding database.",
|
||||
"description": "An advanced agent that converts user queries into SQL statements, executes the queries, and assesses and returns the results. You must prepare three knowledge bases: 1: DDL for your database; 2: Examples of user queries converted to SQL statements; 3: A comprehensive description of your database, including but not limited to tables and records. You are also required to configure the corresponding database.",
|
||||
"canvas_type": "chatbot",
|
||||
"dsl": {
|
||||
"answer": [],
|
||||
|
||||
Reference in New Issue
Block a user