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:
writinwaters
2025-03-17 14:17:34 +08:00
committed by GitHub
parent fabc5e9259
commit 5983803c8b
17 changed files with 49 additions and 28 deletions

View File

@ -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',