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:
@@ -3,9 +3,10 @@ const translation = {
|
||||
desc: '在这里,您可以修改此知识库的属性和检索设置',
|
||||
form: {
|
||||
name: '知识库名称',
|
||||
nameAndIcon: '名称和图标',
|
||||
namePlaceholder: '请输入知识库名称',
|
||||
nameError: '名称不能为空',
|
||||
desc: '知识库描述',
|
||||
desc: '描述',
|
||||
descInfo: '请写出清楚的文字描述来概述知识库的内容。当从多个知识库中进行选择匹配时,该描述将用作匹配的基础。',
|
||||
descPlaceholder: '描述该数据集的内容。详细描述可以让 AI 更快地访问数据集的内容。如果为空,Dify 将使用默认的命中策略。',
|
||||
helpText: '学习如何编写一份优秀的数据集描述。',
|
||||
@@ -15,12 +16,19 @@ const translation = {
|
||||
permissionsAllMember: '所有团队成员',
|
||||
permissionsInvitedMembers: '部分团队成员',
|
||||
me: '(你)',
|
||||
onSearchResults: '没有成员匹配您的搜索查询。\n请尝试其他关键词。',
|
||||
chunkStructure: {
|
||||
title: '分段模式',
|
||||
learnMore: '了解更多',
|
||||
description: '关于分段模式。',
|
||||
},
|
||||
indexMethod: '索引模式',
|
||||
indexMethodHighQuality: '高质量',
|
||||
indexMethodHighQualityTip: '调用嵌入模型来处理文档以实现更精确的检索,可以帮助大语言模型生成高质量的回答。',
|
||||
upgradeHighQualityTip: '一旦升级为高质量模式,将无法切换回经济模式。',
|
||||
indexMethodEconomy: '经济',
|
||||
indexMethodEconomyTip: '每个块使用 10 个关键词进行检索,不消耗 tokens,但会降低检索准确性。',
|
||||
indexMethodEconomyTip: '每个块使用 {{count}} 个关键词进行检索,不消耗 tokens,但会降低检索准确性。',
|
||||
numberOfKeywords: '关键词数量',
|
||||
embeddingModel: 'Embedding 模型',
|
||||
embeddingModelTip: '修改 Embedding 模型,请去',
|
||||
embeddingModelTipLink: '设置',
|
||||
|
||||
Reference in New Issue
Block a user