From 2d291cd841fb6c195bbd7f5868a4505c5b6b0baa Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Wed, 15 Apr 2026 11:50:58 +0800 Subject: [PATCH] fix(flow): Fix text descriptions for multi-column layout options. (#14107) ### What problem does this PR solve? fix(flow): Fix text descriptions for multi-column layout options. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: Yingfeng --- web/src/locales/en.ts | 2 +- web/src/pages/agent/form/title-chunker-form/index.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index 8a71425ed3..98936bf80a 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -1517,7 +1517,7 @@ Example: Virtual Hosted Style`, Best for: Documents with independent, structurally significant sections — such as legal statutes, regulations, contracts, and technical specifications — where each chunk must be identifiable by its structural position even without surrounding context.`, groupTip: `Split the document flat at a chosen heading level and automatically merge adjacent small sections to preserve content continuity. No parent-heading path is injected.
Best for: Documents with flowing, contextually connected content — such as books, manuals, reports, and articles — where adjacent paragraphs should stay together to maintain narrative coherence.`, - enableMultiColumn: 'Remove original table of contents', + enableMultiColumn: 'Detect multi-column layout', enableMultiColumnTip: 'Detect and parse multi-column page layouts to preserve the correct reading order. Turn this on for PDFs or documents with two-column or newspaper-style layouts.', removeToc: 'Remove original table of contents', diff --git a/web/src/pages/agent/form/title-chunker-form/index.tsx b/web/src/pages/agent/form/title-chunker-form/index.tsx index b5e7d64d50..7f60bc27f2 100644 --- a/web/src/pages/agent/form/title-chunker-form/index.tsx +++ b/web/src/pages/agent/form/title-chunker-form/index.tsx @@ -311,10 +311,10 @@ const TitleChunkerForm = ({ node }: INextOperatorForm) => { ? t('flow.groupTip') : '', }} - > - {/* {method === 'hierarchy' && t('flow.hierarchyTip')} + /> + {/* {method === 'hierarchy' && t('flow.hierarchyTip')} {method === 'group' && t('flow.groupTip')} */} - + {/* {showAllTip ? '▲' : ''} */}