mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #10913] Can't upload documents in 0.5.17: "400: cannot reshape array of size 305 into shape (143,149,newaxis)" #135806
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 @ftab on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10913
Installation Method
helm
Environment
Open WebUI Version: 0.5.17
Ollama (if applicable): not used (it's talking to LM Studio instead)
Operating System: Debian
Browser (if applicable): Brave
Confirmation:
Expected Behavior:
Can upload a document, and talk to the LLM about it
Actual Behavior:
The upload fails with the mentioned error message and the LLM describes the context as "empty"
Description
Bug Summary:
Document uploading seems to be broken in 0.5.17
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Docker Container Logs:
@tjbck commented on GitHub (Feb 27, 2025):
If you change your embedding model you need to reset your vector db.
@ftab commented on GitHub (Feb 27, 2025):
I didn't change it, still using the default of "sentence-transformers/all-MiniLM-L6-v2". I tried to reset it. Problem persists.