open-webui/backend/open_webui/retrieval
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
..
loaders fix: handle unicode filenames in external document loader 2025-08-28 22:19:50 +03:00
models refac/enh: forward user info header to reranker 2025-07-14 13:59:10 +04:00
vector chore: format 2025-08-21 04:47:28 +04:00
web FIX: Playwright Timeout (ms) interpreted as seconds 2025-08-23 14:15:00 +02:00
utils.py refac/fix: hybrid search 2025-08-26 15:04:46 +04:00