mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[PR #4297] [CLOSED] 🤖 Limit the size and number of uploaded files #21443
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/4297
Author: @Yanyutin753
Created: 8/2/2024
Status: ❌ Closed
Base:
dev← Head:file_limit📝 Commits (7)
e363f29💄 Limit the size and number of uploaded files29c4543💄 Limit the size and number of uploaded files255ddae💄 Limit the size and number of uploaded files4ec4479💄 Limit the size and number of uploaded files1ca02a2💄 Limit the size and number of uploaded filesda6efb6💄Fix formatc1a4a8f💄Fix format📊 Changes
47 files changed (+1094 additions, -761 deletions)
View changed files
📝
backend/apps/rag/main.py(+17 -0)📝
backend/config.py(+12 -0)📝
src/lib/apis/rag/index.ts(+2 -0)📝
src/lib/components/admin/Settings/Documents.svelte(+37 -0)📝
src/lib/components/chat/MessageInput.svelte(+83 -40)📝
src/lib/components/workspace/Documents.svelte(+27 -8)📝
src/lib/i18n/locales/ar-BH/translation.json(+5 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+5 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+5 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+5 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+5 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+5 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+5 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+5 -0)📝
src/lib/i18n/locales/en-US/translation.json(+5 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+5 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+5 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+5 -0)📝
src/lib/i18n/locales/fr-CA/translation.json(+5 -0)📝
src/lib/i18n/locales/fr-FR/translation.json(+5 -0)...and 27 more files
📄 Description
Pull Request Checklist
devbranch.Changelog Entry
Description
By adjusting the front end, we can make the front end upload files, display the size of each file, and adapt to previous files, which do not display the size of the file
Warning
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.