Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
db_gpt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linyangyang
db_gpt
Commits
fd07ff4d
Commit
fd07ff4d
authored
Aug 28, 2024
by
张会鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页文案修改
parent
b72b0a2b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
base.py
dbgpt/app/scene/base.py
+12
-12
No files found.
dbgpt/app/scene/base.py
View file @
fd07ff4d
...
...
@@ -29,8 +29,8 @@ class Scene:
class
ChatScene
(
Enum
):
ChatWithDbExecute
=
Scene
(
code
=
"chat_with_db_execute"
,
name
=
"
Chat Data
"
,
describe
=
"
Dialogue with your private data through natural language.
"
,
name
=
"
数据聊天
"
,
describe
=
"
通过自然语言与您的私人数据进行对话
"
,
param_types
=
[
"DB Select"
],
)
ExcelLearning
=
Scene
(
...
...
@@ -41,16 +41,16 @@ class ChatScene(Enum):
)
ChatExcel
=
Scene
(
code
=
"chat_excel"
,
name
=
"
Chat Excel
"
,
describe
=
"
Dialogue with your excel, use natural language.
"
,
name
=
"
数据表对话
"
,
describe
=
"
使用自然语言,与你的Excel进行对话
"
,
param_types
=
[
"File Select"
],
prepare_scene_code
=
"excel_learning"
,
)
ChatWithDbQA
=
Scene
(
code
=
"chat_with_db_qa"
,
name
=
"
Chat DB
"
,
describe
=
"
Have a Professional Conversation with Metadata.
"
,
name
=
"
数据库对话
"
,
describe
=
"
以专业的方式探讨或处理元数据
"
,
param_types
=
[
"DB Select"
],
)
ChatExecution
=
Scene
(
...
...
@@ -62,8 +62,8 @@ class ChatScene(Enum):
ChatAgent
=
Scene
(
code
=
"chat_agent"
,
name
=
"
Agent Chat
"
,
describe
=
"
Use tools through dialogue to accomplish your goals.
"
,
name
=
"
智能体对话
"
,
describe
=
"
通过对话使用工具,以实现您的目标
"
,
param_types
=
[
"Plugin Select"
],
)
...
...
@@ -83,14 +83,14 @@ class ChatScene(Enum):
)
ChatDashboard
=
Scene
(
"chat_dashboard"
,
"
Dashboard
"
,
"
Provide you with professional analysis reports through natural language.
"
,
"
数据可视化
"
,
"
通过自然语言,为您提供专业的分析报告
"
,
[
"DB Select"
],
)
ChatKnowledge
=
Scene
(
"chat_knowledge"
,
"
Chat Knowledge
"
,
"
Dialogue through natural language and private documents and knowledge bases.
"
,
"
知识库对话
"
,
"
通过自然语言以及私人文档和知识库进行对话
"
,
[
"Knowledge Space Select"
],
)
ExtractSummary
=
Scene
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment