mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
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:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user