feat: display chunk type in chunk editor and dialog (#12086)

### What problem does this PR solve?

Display chunk type in chunk editor and dialog, may be one of below:
- Image
- Table
- Text

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Jimmy Ben Klieve
2025-12-22 16:45:47 +08:00
committed by GitHub
parent 5d391fb1f9
commit b42b5fcf65
7 changed files with 83 additions and 37 deletions

View File

@ -604,6 +604,12 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
'The document being parsed cannot be deleted',
},
chunk: {
type: 'Type',
docType: {
image: 'Image',
table: 'Table',
text: 'Text',
},
chunk: 'Chunk',
bulk: 'Bulk',
selectAll: 'Select all',