mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
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?
Originally created by @nc98-ai on GitHub (Aug 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16252
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.18
Ollama Version (if applicable)
No response
Operating System
Same as docker
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Files uploaded to a folder when Max Upload count is set to empty are extracted/analyzed. Responses are augmented by context
Actual Behavior
After setting the Max Upload Count to empty, files uploaded to a folder are not actually extracted/analyzed.
The problem does not occur if you use the Select Knowledge button.
the answer is not "augmented" with Upload files button:
FYI, with the "Select Knowledge" button, the response is augmented:
Steps to Reproduce
Logs & Screenshots
2025-08-04 16:36:30.154 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.89.0.4:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-08-04 16:36:38.174 | INFO | open_webui.routers.files:upload_file:95 - file.content_type: application/pdf - {}
2025-08-04 16:36:38.174 | INFO | open_webui.config:save:202 - Saving 'RAG_ALLOWED_FILE_EXTENSIONS' to the database - {}
2025-08-04 16:36:43.785 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.89.0.4:0 - "POST /api/v1/folders/7bb5dd94-d12f-498d-b4f2-d842a3d0a854/update HTTP/1.1" 200 - {}
2025-08-04 16:36:44.078 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.89.0.4:0 - "GET /api/v1/chats/all/tags HTTP/1.1" 200 - {}
2025-08-04 16:36:44.369 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.89.0.4:0 - "GET /api/v1/chats/pinned HTTP/1.1" 200 - {}
2025-08-04 16:36:44.681 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.89.0.4:0 - "GET /api/v1/folders/ HTTP/1.1" 200 - {}
2025-08-04 16:36:44.681 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.89.0.4:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-08-04 16:36:44.997 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.89.0.4:0 - "GET /api/v1/folders/ HTTP/1.1" 200 - {}
2025-08-04 16:36:51.417 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.89.0.4:0 - "POST /api/v1/chats/6230e2bf-a75a-447f-a5f1-31281bbf1258 HTTP/1.1" 200 - {}
2025-08-04 16:36:51.730 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.89.0.4:0 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200 - {}
2025-08-04 16:36:52.048 | INFO | open_webui.routers.openai:get_all_models:392 - get_all_models() - {}
2025-08-04 16:36:52.054 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.89.0.4:0 - "GET /api/v1/folders/ HTTP/1.1" 200 - {}
Batches: 100%|██████████| 1/1 [00:00<00:00, 11.74it/s]
2025-08-04 16:36:53.296 | INFO | uvicorn.protocols.http.httptools_impl:send:476 - 10.89.0.4:0 - "GET /api/v1/chats/da15c9db-1cbe-4f29-95fe-404bd85dcb24 HTTP/1.1" 200 - {}
Additional Information
No response
@tjbck commented on GitHub (Aug 4, 2025):
Might've been addressed with
e262069265in dev, testing wanted here!@nc98-ai commented on GitHub (Aug 4, 2025):
hi @tjbck , I pull ghcr.io/open-webui/open-webui:git-6634112-cuda and test. Results:
Test pass 💯 with 'Max Upload Count' set or unset.
Thank U