Feat: Cross-language query #7376 #4503 #5710 #7470 (#7554)

### What problem does this PR solve?

Feat: Cross-language query #7376 #4503  #5710 #7470
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-05-09 15:01:57 +08:00
committed by GitHub
parent a14865e6bb
commit 2fe332d01d
6 changed files with 63 additions and 7 deletions

View File

@ -105,7 +105,8 @@ export default {
disabled: '禁用',
action: '动作',
parsingStatus: '解析状态',
parsingStatusTip: '文本解析的时间取决于诸多因素。如果开启了知识图谱、RAPTOR、自动问题提取、自动关键词提取等功能时间会更长。如果解析进度条长时间不更新也可以参考这两条 FAQhttps://ragflow.io/docs/dev/faq#why-does-my-document-parsing-stall-at-under-one-percent。',
parsingStatusTip:
'文本解析的时间取决于诸多因素。如果开启了知识图谱、RAPTOR、自动问题提取、自动关键词提取等功能时间会更长。如果解析进度条长时间不更新也可以参考这两条 FAQhttps://ragflow.io/docs/dev/faq#why-does-my-document-parsing-stall-at-under-one-percent。',
processBeginAt: '开始于',
processDuration: '持续时间',
progressMsg: '进度',
@ -334,7 +335,8 @@ export default {
<i>不符合上述规则的文本行将被忽略。</i>
`,
useRaptor: '使用召回增强 RAPTOR 策略',
useRaptorTip: '为多跳问答任务启用 RAPTOR详情请见 : https://ragflow.io/docs/dev/enable_raptor。',
useRaptorTip:
'为多跳问答任务启用 RAPTOR详情请见 : https://ragflow.io/docs/dev/enable_raptor。',
prompt: '提示词',
promptMessage: '提示词是必填项',
promptText: `请总结以下段落。 小心数字,不要编造。 段落如下:
@ -436,7 +438,8 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
setAnOpenerTip: '您想如何欢迎您的客户?',
knowledgeBases: '知识库',
knowledgeBasesMessage: '请选择',
knowledgeBasesTip: '选择关联的知识库。新建或空知识库不会在下拉菜单中显示。',
knowledgeBasesTip:
'选择关联的知识库。新建或空知识库不会在下拉菜单中显示。',
system: '系统提示词',
systemInitialValue: `你是一个智能助手,请总结知识库的内容来回答问题,请列举知识库中的数据详细回答。当所有知识库内容都与问题无关时,你的回答必须包括“知识库中未找到您要的答案!”这句话。回答需要考虑聊天历史。
以下是知识库:
@ -543,6 +546,8 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
'如果 API 密钥设置正确,它将利用 Tavily 进行网络搜索作为知识库的补充。',
tavilyApiKeyMessage: '请输入你的 Tavily API Key',
tavilyApiKeyHelp: '如何获取?',
crossLanguage: '跨语言搜索',
crossLanguageTip: `选择一种或多种语言进行跨语言搜索。如果未选择任何语言,系统将使用原始查询进行搜索。`,
},
setting: {
profile: '概要',