mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #7825] specific xlsx file upload error #101897
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 @panchoooon on GitHub (Dec 13, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7825
Bug Report
Error is occured when I upload specific xlsx files by knowledge(@UI) to openwebui. ※docker container
Then, I tried to fix with backend/open_webui/apps/retrieval/loaders/main.py.
But, I got Error bellow. (my method is firstly convert md and return Textloader)
backend:open_webui:apps:retrieval:loaders:main.txt
I want ti know 「how to upload any xlsx」and「resolve error above」
Thanks.
Environment