feat(knowledge): add parse type enum and refactor configuration components

refactor(configuration): replace buildMode with parseType in all config components
This commit is contained in:
2025-11-07 13:30:59 +08:00
parent b2d4d32375
commit b610ee0a8f
25 changed files with 307 additions and 224 deletions

View File

@@ -92,6 +92,8 @@ export default {
knowledgeBase: 'Knowledge Base',
knowledgeBaseDetail: 'Knowledge Base Detail',
settings: 'Settings',
overview: 'Overview',
fileLogs: 'File Logs',
knowledgeBaseSettings: 'Knowledge Base Settings',
settingsTabs: 'Settings Tabs',
backToKnowledgeDetail: 'Back to Knowledge Base Detail',
@@ -652,7 +654,7 @@ export default {
dataFlowPlaceholder: 'Please select a pipeline.',
buildItFromScratch: 'Build it from scratch',
dataFlow: 'Pipeline',
parseType: 'Parse Type',
parseType: 'Ingestion pipeline',
manualSetup: 'Manual Setup',
builtIn: 'Built-in',
titleDescription:
@@ -1227,6 +1229,8 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
editAgent: 'Edit Agent',
deleteAgent: 'Delete Agent',
searchAgent: 'Search Agent',
forms: {
title: 'Title',
avatar: 'Avatar',