Merge #60 into develop_web from feature/20251219_yjp

feat(knowledgeBase): add media file validation and PDF enhancement method selection

* feature/20251219_yjp: (1 commits)
  feat(knowledgeBase): add media file validation and PDF enhancement method selection

Signed-off-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com>
Merged-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com>

CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/60
This commit is contained in:
vrhs@163.com
2025-12-25 17:39:32 +08:00
4 changed files with 103 additions and 26 deletions

View File

@@ -619,6 +619,11 @@ export const en = {
qaMode: 'QA Mode',
fileParsingSettings: 'File Parsing Settings',
pdfEnhancementAnalysis: 'PDF Enhancement Analysis',
fileSizeExceeds: 'File size exceeds the limit',
sizeLimitError: 'The file size exceeds the limit. The maximum supported size is 256MB. The current file size is',
fileDurationExceeds: 'File duration exceeds the limit',
fileDurationLimitError: 'The duration of the media file exceeds the limit. The maximum supported duration is 150 seconds. Current duration',
unableReadFile:'Unable to read the information of the media file. Please check the file format.',
createForm:{
name: 'Name',
embedding_id: 'Embedding',