feat: knowledge pipeline (#25360)

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: jyong <718720800@qq.com>
Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
Co-authored-by: lyzno1 <yuanyouhuilyz@gmail.com>
Co-authored-by: quicksand <quicksandzn@gmail.com>
Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com>
Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Harry <xh001x@hotmail.com>
This commit is contained in:
-LAN-
2025-09-18 12:49:10 +08:00
committed by GitHub
parent 7dadb33003
commit 85cda47c70
1772 changed files with 102407 additions and 31710 deletions

View File

@@ -3,6 +3,8 @@ const translation = {
chunkingMode: {
general: '通用',
parentChild: '父子',
qa: '问答',
graph: '图',
},
parentMode: {
paragraph: '段落',
@@ -20,11 +22,18 @@ const translation = {
learnHowToWriteGoodKnowledgeDescription: '了解如何编写良好的知识库描述',
externalAPIPanelDescription: '外部知识库 API 用于连接到 Dify 之外的知识库并从中检索知识。',
externalAPIPanelDocumentation: '了解如何创建外部知识库 API',
externalKnowledgeBase: '外部知识库',
localDocs: '本地文档',
documentCount: ' 文档',
docAllEnabled_one: '{{count}} 个文档可用',
docAllEnabled_other: '所有 {{count}} 个文档均可用',
partialEnabled_one: '共计 {{count}} 个文档, {{num}} 可用',
partialEnabled_other: '共计 {{count}} 个文档, {{num}} 可用',
wordCount: ' 千字符',
appCount: ' 关联应用',
updated: '更新于',
createDataset: '创建知识库',
createFromPipeline: '通过知识流水线创建知识库',
noExternalKnowledge: '还没有外部知识库 API点击此处创建',
createExternalAPI: '添加外部知识库 API',
createNewExternalAPI: '创建新的外部知识库 API',
@@ -117,7 +126,7 @@ const translation = {
description: '同时执行全文检索和向量检索,并应用重排序步骤,从两类查询结果中选择匹配用户问题的最佳结果,用户可以选择设置权重或配置重新排序模型。',
recommend: '推荐',
},
invertedIndex: {
keyword_search: {
title: '倒排索引',
description: '倒排索引是一种用于高效检索的结构。按术语组织,每个术语指向包含它的文档或网页',
},
@@ -217,6 +226,17 @@ const translation = {
technicalParameters: '技术参数',
},
},
serviceApi: {
title: '服务 API',
enabled: '运行中',
disabled: '已停用',
card: {
title: '后端服务 API',
endpoint: 'API 端点',
apiKey: 'API 密钥',
apiReference: 'API 文档',
},
},
}
export default translation