mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #17244] issue: Updating Knowlegde Base via API/UI fails with pydantic_core._pydantic_core.ValidationError: validation errors for KnowledgeFilesResponse #33747
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 @stelterlab on GitHub (Sep 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17244
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.26-cuda
Ollama Version (if applicable)
na
Operating System
Ubuntu 22.04
Browser (if applicable)
Chrome 139.0.7258.155
Confirmation
README.md.Expected Behavior
Do the update without throwing an error by Pydantic.
Actual Behavior
Update fails due to Pydantic Error.
Steps to Reproduce
The errors are coming to the log as soon as the pop up opens.
environment vars set
Logs & Screenshots
Additional Information
You don't get any visible errors in the UI. The requested change just isn't saved.
In the chrome dev console you can see the 500. See screenshot.
The problem is also reproducible via API.
FTR - I do not use Ollama. I use vLLM in the background which should make no difference for this issue.
@rgaricano commented on GitHub (Sep 6, 2025):
I solved it with this PR: https://github.com/open-webui/open-webui/pull/16734
@tjbck commented on GitHub (Sep 6, 2025):
Addressed with
9aac148908