mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-30 12:39:27 +08:00
Feat: Display release status in agent version history. (#13479)
### What problem does this PR solve? Feat: Display release status in agent version history. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
@@ -1500,6 +1500,7 @@ Example: Virtual Hosted Style`,
|
||||
other: 'Other',
|
||||
ingestionPipeline: 'Ingestion pipeline',
|
||||
agents: 'Agents',
|
||||
publishedAt: 'Published at',
|
||||
days: 'Days',
|
||||
beginInput: 'Begin input',
|
||||
ref: 'Variable',
|
||||
@@ -1581,6 +1582,7 @@ Example: Virtual Hosted Style`,
|
||||
citeTip: 'citeTip',
|
||||
name: 'Name',
|
||||
nameMessage: 'Please input name',
|
||||
lastSavedAt: 'Last saved at',
|
||||
description: 'Description',
|
||||
descriptionMessage: 'This is an agent for a specific task.',
|
||||
examples: 'Examples',
|
||||
@@ -2185,6 +2187,9 @@ This process aggregates variables from multiple branches into a single variable
|
||||
'Write your SQL query here. You can use variables, raw SQL, or mix both using variable syntax.',
|
||||
frameworkPrompts: 'Framework',
|
||||
release: 'Publish',
|
||||
production: 'Production',
|
||||
productionTooltip:
|
||||
'This version is published to production. Access it via the API or the embedded page.',
|
||||
confirmPublish: 'Confirm Publish',
|
||||
publishDescription: 'You are about to publish this data pipeline.',
|
||||
linkedDataset: 'Linked dataset',
|
||||
|
||||
@@ -919,8 +919,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
githubDescription:
|
||||
'连接 GitHub,可同步 Pull Request 与 Issue 内容用于检索。',
|
||||
airtableDescription: '连接 Airtable,同步指定工作区下指定表格中的文件。',
|
||||
dingtalkAITableDescription:
|
||||
'连接钉钉AI表格,同步指定表格中的记录。',
|
||||
dingtalkAITableDescription: '连接钉钉AI表格,同步指定表格中的记录。',
|
||||
gitlabDescription:
|
||||
'连接 GitLab,同步仓库、Issue、合并请求(MR)及相关文档内容。',
|
||||
asanaDescription: '连接 Asana,同步工作区中的文件。',
|
||||
@@ -1250,6 +1249,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
consumerApp: '消费者应用',
|
||||
other: '其他',
|
||||
agents: '智能体',
|
||||
publishedAt: '发布于',
|
||||
beginInput: '开始输入',
|
||||
seconds: '秒',
|
||||
ref: '引用变量',
|
||||
@@ -1345,6 +1345,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
cite: '引用',
|
||||
citeTip: '引用',
|
||||
nameMessage: '请输入名称',
|
||||
lastSavedAt: '上次保存于',
|
||||
description: '描述',
|
||||
examples: '示例',
|
||||
to: '下一步',
|
||||
@@ -1888,6 +1889,8 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
'在此处编写您的 SQL 查询。您可以使用变量、原始 SQL,或使用变量语法混合使用两者。',
|
||||
frameworkPrompts: '框架',
|
||||
release: '发布',
|
||||
production: '正式版',
|
||||
productionTooltip: '此版本已发布到生产环境。可通过 API 或嵌入页面访问。',
|
||||
createFromBlank: '从空白创建',
|
||||
createFromTemplate: '从模板创建',
|
||||
importJsonFile: '导入 JSON 文件',
|
||||
|
||||
Reference in New Issue
Block a user