mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Miscellaneous UI updates (#6947)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -554,7 +554,7 @@ export default {
|
||||
selectLanguage: 'Sprache auswählen',
|
||||
reasoning: 'Schlussfolgerung',
|
||||
reasoningTip:
|
||||
'Ob Antworten durch Denkprozesse wie DeepSeek-R1/OpenAI o1 generiert werden sollen. Wenn aktiviert, integriert das Chat-Modell Deep Research autonom während der Beantwortung von Fragen, wenn es auf ein unbekanntes Thema trifft. Dies beinhaltet, dass das Chat-Modell dynamisch externe Kenntnisse durchsucht und endgültige Antworten durch Denkprozesse generiert.',
|
||||
'Ob beim Frage-Antwort-Prozess ein logisches Arbeitsverfahren aktiviert werden soll, wie es bei Modellen wie Deepseek-R1 oder OpenAI o1 der Fall ist. Wenn aktiviert, ermöglicht diese Funktion dem Modell, auf externes Wissen zuzugreifen und komplexe Fragen schrittweise mithilfe von Techniken wie der „Chain-of-Thought“-Argumentation zu lösen. Durch die Zerlegung von Problemen in überschaubare Schritte verbessert dieser Ansatz die Fähigkeit des Modells, präzise Antworten zu liefern, was die Leistung bei Aufgaben, die logisches Denken und mehrschrittige Überlegungen erfordern, steigert.',
|
||||
tavilyApiKeyTip:
|
||||
'Wenn hier ein API-Schlüssel korrekt eingestellt ist, werden Tavily-basierte Websuchen verwendet, um den Abruf aus der Wissensdatenbank zu ergänzen.',
|
||||
tavilyApiKeyMessage: 'Bitte geben Sie Ihren Tavily-API-Schlüssel ein',
|
||||
|
||||
@ -405,7 +405,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
newConversation: 'New conversation',
|
||||
createAssistant: 'Create an Assistant',
|
||||
assistantSetting: 'Assistant settings',
|
||||
promptEngine: 'Prompt Engine',
|
||||
promptEngine: 'Prompt engine',
|
||||
modelSetting: 'Model Setting',
|
||||
chat: 'Chat',
|
||||
newChat: 'New chat',
|
||||
@ -533,7 +533,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
selectLanguage: 'Select a language',
|
||||
reasoning: 'Reasoning',
|
||||
reasoningTip:
|
||||
'It will trigger reasoning process like Deepseek-R1/OpenAI o1. Integrates an agentic search process into the reasoning workflow, allowing models itself to dynamically retrieve external knowledge whenever they encounter uncertain information.',
|
||||
`Whether to enable a reasoning workflow during question answering, as seen in models like Deepseek-R1 or OpenAI o1. When enabled, this allows the model to access external knowledge and tackle complex questions in a step-by-step manner, leveraging techniques like chain-of-thought reasoning. This approach enhances the model's ability to provide accurate responses by breaking down problems into manageable steps, improving performance on tasks that require logical reasoning and multi-step thinking.`,
|
||||
tavilyApiKeyTip:
|
||||
'If an API key is correctly set here, Tavily-based web searches will be used to supplement knowledge base retrieval.',
|
||||
tavilyApiKeyMessage: 'Please enter your Tavily API Key',
|
||||
@ -551,7 +551,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
passwordDescription:
|
||||
'Please enter your current password to change your password.',
|
||||
model: 'Model providers',
|
||||
modelDescription: 'Set the model parameter and API KEY here.',
|
||||
modelDescription: 'Configure model parameters and API KEY here.',
|
||||
team: 'Team',
|
||||
system: 'System',
|
||||
logout: 'Log out',
|
||||
|
||||
@ -517,7 +517,7 @@ export default {
|
||||
keywordTip: `應用LLM分析使用者的問題,提取在相關性計算中需要強調的關鍵字。`,
|
||||
reasoning: '推理',
|
||||
reasoningTip:
|
||||
'是否像 DeepSeek-R1 / OpenAI o1 一樣通過推理產生答案。啟用後,允許模型在遇到未知情況時將代理搜索過程整合到推理工作流中,自行動態檢索外部知識,並通過推理生成最終答案。',
|
||||
'在問答過程中是否啟用推理工作流程,例如Deepseek-R1或OpenAI o1等模型所採用的方式。啟用後,該功能允許模型存取外部知識,並借助思維鏈推理等技術逐步解決複雜問題。通過將問題分解為可處理的步驟,這種方法增強了模型提供準確回答的能力,從而在需要邏輯推理和多步思考的任務上表現更優。',
|
||||
tavilyApiKeyTip:
|
||||
'如果 API 金鑰設定正確,它將利用 Tavily 進行網路搜尋作為知識庫的補充。',
|
||||
tavilyApiKeyMessage: '請輸入你的 Tavily API Key',
|
||||
|
||||
@ -534,7 +534,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
keywordTip: `应用 LLM 分析用户的问题,提取在相关性计算中要强调的关键词。`,
|
||||
reasoning: '推理',
|
||||
reasoningTip:
|
||||
'是否像 Deepseek-R1 / OpenAI o1一样通过推理产生答案。启用后,允许模型在遇到未知情况时将代理搜索过程集成到推理工作流中,自行动态检索外部知识,并通过推理生成最终答案。',
|
||||
'在问答过程中是否启用推理工作流,例如Deepseek-R1或OpenAI o1等模型所采用的方式。启用后,该功能允许模型访问外部知识,并借助思维链推理等技术逐步解决复杂问题。通过将问题分解为可处理的步骤,这种方法增强了模型提供准确回答的能力,从而在需要逻辑推理和多步思考的任务上表现更优。',
|
||||
tavilyApiKeyTip:
|
||||
'如果 API 密钥设置正确,它将利用 Tavily 进行网络搜索作为知识库的补充。',
|
||||
tavilyApiKeyMessage: '请输入你的 Tavily API Key',
|
||||
|
||||
@ -23,7 +23,7 @@ export function ChatPromptEngine() {
|
||||
|
||||
return (
|
||||
<section>
|
||||
<Subhead>Prompt Engine</Subhead>
|
||||
<Subhead>Prompt engine</Subhead>
|
||||
<div className="space-y-8">
|
||||
<FormField
|
||||
control={form.control}
|
||||
|
||||
Reference in New Issue
Block a user