mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-02 08:35:08 +08:00
Miscellaneous editorial updates (#6805)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -376,7 +376,7 @@ export default {
|
||||
addTag: '增加标签',
|
||||
useGraphRag: '提取知识图谱',
|
||||
useGraphRagTip:
|
||||
'文件分块后,所有块将用于知识图谱生成,这对多跳和复杂问题的推理大有帮助。',
|
||||
'基于知识库内所有切好的文本块构建知识图谱,用以提升多跳和复杂问题回答的正确率。请注意:构建知识图谱将消耗大量 token 和时间。详见 https://ragflow.io/docs/dev/construct_knowledge_graph。',
|
||||
graphRagMethod: '方法',
|
||||
graphRagMethodTip: `Light:实体和关系提取提示来自 GitHub - HKUDS/LightRAG:“LightRAG:简单快速的检索增强生成”<br>
|
||||
General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于图的模块化检索增强生成 (RAG) 系统`,
|
||||
@ -591,7 +591,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
baseUrlTip:
|
||||
'如果您的 API 密钥来自 OpenAI,请忽略它。 任何其他中间提供商都会提供带有 API 密钥的基本 URL。',
|
||||
modify: '修改',
|
||||
systemModelSettings: '系统模型设置',
|
||||
systemModelSettings: '设置默认模型',
|
||||
chatModel: '聊天模型',
|
||||
chatModelTip: '所有新创建的知识库都会使用默认的聊天模型。',
|
||||
ttsModel: 'TTS模型',
|
||||
|
||||
Reference in New Issue
Block a user