Docs: miscellaneous editorial updates (#8731)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-07-09 09:28:56 +08:00
committed by GitHub
parent addda5ccbe
commit d42e6fb955
7 changed files with 7 additions and 7 deletions

View File

@ -527,7 +527,7 @@ export default {
useKnowledgeGraph提示:
'它將檢索相關實體、關係和社區報告的描述,這將增強多跳和複雜問題的推理。',
keyword: '關鍵字分析',
keywordTip: `應用LLM分析使用者的問題提取在相關性計算中需要強調的關鍵字。`,
keywordTip: `應用LLM分析使用者的問題提取在相關性計算中需要強調的關鍵字。對於長查詢效果良好,但會增加回應時間。`,
reasoning: '推理',
reasoningTip:
'在問答過程中是否啟用推理工作流程例如Deepseek-R1或OpenAI o1等模型所採用的方式。啟用後該功能允許模型存取外部知識並借助思維鏈推理等技術逐步解決複雜問題。通過將問題分解為可處理的步驟這種方法增強了模型提供準確回答的能力從而在需要邏輯推理和多步思考的任務上表現更優。',