Fix: Optimize metadata filters, add Ingestion pipeline options to agent templates page #9869 (#10572)

### What problem does this PR solve?

Fix: Optimize metadata filters, add Ingestion pipeline options to agent
templates page

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
chanx
2025-10-15 12:31:05 +08:00
committed by GitHub
parent 8b512cdadf
commit 769d701f56
8 changed files with 44 additions and 21 deletions

View File

@ -955,7 +955,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
marketing: 'Marketing',
consumerApp: 'Consumer App',
other: 'Other',
pipeline: 'Ingestion pipeline',
ingestionPipeline: 'Ingestion Pipeline',
agents: 'Agents',
days: 'Days',
beginInput: 'Begin Input',
@ -1826,7 +1826,7 @@ Important structured information may include: names, dates, locations, events, k
},
datasetOverview: {
downloadTip: 'Files being downloaded from data sources. ',
processingTip: 'Files being processed by data pipelines.',
processingTip: 'Files being processed by Ingestion pipeline.',
totalFiles: 'Total Files',
downloading: 'Downloading',
downloadSuccessTip: 'Total successful downloads',

View File

@ -1716,7 +1716,7 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
},
datasetOverview: {
downloadTip: '正在从数据源下载文件。',
processingTip: '正在由数据流处理文件。',
processingTip: '正在由pipeline处理文件。',
totalFiles: '文件总数',
downloading: '正在下载',
processing: '正在处理',