diff --git a/index.html b/index.html index 98df79fa..a2997308 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Paper Burner X - AI文献阅读与智能分析平台 + diff --git a/js/chatbot/core/semantic-groups-manager.js b/js/chatbot/core/semantic-groups-manager.js index 65dff322..ba5def09 100644 --- a/js/chatbot/core/semantic-groups-manager.js +++ b/js/chatbot/core/semantic-groups-manager.js @@ -37,9 +37,9 @@ `; dialog.innerHTML = ` -

多轮智能检索配置

+

检索Agent配置

- 这是您首次在此文档使用多轮智能检索。请选择启用的功能: + 这是您首次在此文档使用检索Agent。请选择启用的功能:

diff --git a/js/chatbot/ui/chatbot-floating-options.js b/js/chatbot/ui/chatbot-floating-options.js index 0073a3ee..afa69fe9 100644 --- a/js/chatbot/ui/chatbot-floating-options.js +++ b/js/chatbot/ui/chatbot-floating-options.js @@ -14,7 +14,7 @@ if (typeof window.ChatbotFloatingOptionsScriptLoaded === 'undefined') { const _chatbotOptionsConfig = [ { key: 'semanticGroups', texts: ['意群'], title: '查看/搜索意群', activeStyleColor: '#059669', isAction: true }, { key: 'useContext', texts: ['上下文:关', '上下文:开'], values: [false, true], title: '切换是否使用对话历史', activeStyleColor: '#1d4ed8' }, - { key: 'multiHopRetrieval', texts: ['多轮智能检索:关', '多轮智能检索:开'], values: [false, true], defaultKey: false, title: '开启后自动启用:多轮取材+流式显示+意群分析+向量搜索', activeStyleColor: '#059669' }, + { key: 'multiHopRetrieval', texts: ['检索Agent:关', '检索Agent:开'], values: [false, true], defaultKey: false, title: '开启后自动启用:多轮取材+流式显示+意群分析+向量搜索', activeStyleColor: '#059669' }, { key: 'summarySource', texts: ['提供全文:OCR', '提供全文:无', '提供全文:翻译'], values: ['ocr', 'none', 'translation'], defaultKey: 'ocr', title: '切换总结时使用的文本源 (OCR/不使用文档内容/翻译)', activeStyleColor: '#1d4ed8' }, { key: 'interestPointsActive', texts: ['兴趣点'], activeStyleColor: '#059669', isPlaceholder: true, title: '兴趣点功能 (待实现)' }, { key: 'memoryManagementActive', texts: ['记忆管理'], activeStyleColor: '#059669', isPlaceholder: true, title: '记忆管理功能 (待实现)' } diff --git a/views/history/history_detail.html b/views/history/history_detail.html index 32b70ab0..3b6bd2a6 100644 --- a/views/history/history_detail.html +++ b/views/history/history_detail.html @@ -3,6 +3,7 @@ 历史详情 + diff --git a/views/landing/landing-page.html b/views/landing/landing-page.html index 45a6a5e5..53f2f524 100644 --- a/views/landing/landing-page.html +++ b/views/landing/landing-page.html @@ -5,6 +5,7 @@ Paper Burner X - AI文献阅读与智能分析平台 + diff --git a/views/mindmap/mindmap.html b/views/mindmap/mindmap.html index a0eb5320..ee424eb9 100644 --- a/views/mindmap/mindmap.html +++ b/views/mindmap/mindmap.html @@ -4,6 +4,7 @@ 思维导图 - Markmap +