From 1f60d19f1b49aebf5a5f484797b58078b5b0269e Mon Sep 17 00:00:00 2001 From: wizardchen Date: Tue, 12 May 2026 19:44:16 +0800 Subject: [PATCH] fix(agent-editor): move data-analysis toggle to retrieval section The data-analysis pipeline stage is a retrieval-strategy concern (it only runs after chunk search/rerank), so the toggle belongs alongside the other retrieval knobs rather than under knowledge base settings. Refs: https://github.com/Tencent/WeKnora/issues/1244 --- frontend/src/views/agent/AgentEditorModal.vue | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/frontend/src/views/agent/AgentEditorModal.vue b/frontend/src/views/agent/AgentEditorModal.vue index 4cfca3238..ae87383bc 100644 --- a/frontend/src/views/agent/AgentEditorModal.vue +++ b/frontend/src/views/agent/AgentEditorModal.vue @@ -1065,16 +1065,6 @@ - -
-
- -

{{ $t('agentEditor.dataAnalysis.enableDesc') }}

-
-
- -
-
@@ -1247,6 +1237,17 @@ + +
+
+ +

{{ $t('agentEditor.dataAnalysis.enableDesc') }}

+
+
+ +
+
+