open-webui/backend/open_webui/retrieval/loaders
Athanasios Oikonomou d735b036fe fix: handle unicode filenames in external document loader
Files with special characters in their names (e.g., ü.pdf) caused issues since HTTP headers only allow Latin-1 characters.
This change URL-encodes `X-Filename` before adding it to request headers, preventing failures when uploading or processing such files.

Fixes: #17000
2025-08-28 22:19:50 +03:00
..
datalab_marker.py refac/fix: marker 2025-08-28 03:03:31 +04:00
external_document.py fix: handle unicode filenames in external document loader 2025-08-28 22:19:50 +03:00
external_web.py
main.py refac/fix: marker 2025-08-28 03:03:31 +04:00
mistral.py add trust env to clientsession 2025-07-02 17:59:56 +02:00
tavily.py
youtube.py