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

View File

@@ -242,6 +242,11 @@ export const zh = {
qaMode: '问答模式',
fileParsingSettings: '文件解析设置',
pdfEnhancementAnalysis: 'PDF增强解析',
fileSizeExceeds: '文件大小超过限制',
sizeLimitError: '文件大小超过限制最大支持256MB当前文件大小',
fileDurationExceeds:'文件时长超过限制',
fileDurationLimitError: '媒体文件时长超过限制最大支持150秒当前时长',
unableReadFile:'无法读取媒体文件信息,请检查文件格式',
createForm: {
name: '名称',
embedding_id: '嵌入模型',