feat(data-process): 启用智能文档清理预览

This commit is contained in:
caoxiaozhu
2026-07-24 15:06:01 +08:00
parent 3266a6fc09
commit 4544483fc5
3 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ const generationModels = computed(() => modelList.value)
const taskSetupRef = ref<InstanceType<typeof TaskSetupStep>>()
const modelSelectionRef = ref<InstanceType<typeof ModelSelectionStep>>()
const confirmDialogRef = ref<InstanceType<typeof AppConfirmDialog>>()
const PREVIEW_MODEL_VERSION = 'backend-pipeline-v3'
const PREVIEW_MODEL_VERSION = 'backend-pipeline-v4'
const WIZARD_STEPS = [
{ id: 'create', title: '创建任务', desc: '填写任务信息与处理配置' },
{ id: 'model', title: '大模型选择', desc: '选择生成模型并设置输出要求' },

View File

@@ -128,7 +128,7 @@ defineExpose({ revealValidation })
/>
<span class="preprocess-option-copy">
<strong>智能预处理</strong>
<small>清理无效内容感知文档结构合并短块预过滤低质量内容近重复去重并通过重叠保护上下文</small>
<small>清理页眉页脚页码目录和无效内容感知文档结构合并短块预过滤低质量内容近重复去重并通过重叠保护上下文</small>
</span>
</label>