mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Miscellaneous UI updates (#6094)
### What problem does this PR solve? #6049 ### Type of change - [x] Documentation Update - [x] Other (please describe): UI updates
This commit is contained in:
@ -152,7 +152,7 @@ export default {
|
||||
changeSpecificCategory: 'Change specific category',
|
||||
uploadTitle: 'Drag and drop your file here to upload',
|
||||
uploadDescription:
|
||||
'Supports single or bulk file upload. Files must not exceed 10MB each, with a maximum of 128 files.',
|
||||
'Supports single or batch file upload. For a locally deployed RAGFlow: the total file size limit per upload is 1GB, with a batch upload limit of 32 files. There is no cap on the total number of files per account. For demo.ragflow.io, the total file size limit per upload is 10MB, with each file not exceeding 10MB and a maximum of 128 files per account.',
|
||||
chunk: 'Chunk',
|
||||
bulk: 'Bulk',
|
||||
cancel: 'Cancel',
|
||||
@ -749,7 +749,7 @@ This auto-tag feature enhances retrieval by adding another layer of domain-speci
|
||||
directory: 'Directory',
|
||||
uploadTitle: 'Drag and drop your file here to upload',
|
||||
uploadDescription:
|
||||
'Supports single or bulk file upload. Files must not exceed 10MB each, with a maximum of 128 files.',
|
||||
'Supports single or batch file upload. For a locally deployed RAGFlow: the total file size limit per upload is 1GB, with a batch upload limit of 32 files. There is no cap on the total number of files per account. For demo.ragflow.io, the total file size limit per upload is 10MB, with each file not exceeding 10MB and a maximum of 128 files per account.',
|
||||
local: 'Local uploads',
|
||||
s3: 'S3 uploads',
|
||||
preview: 'Preview',
|
||||
|
||||
Reference in New Issue
Block a user