mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #12187] issue: files with the same name from different folders are not correctly managed. #55164
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 @andrea-tomassi on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12187
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
No response
Operating System
Windows
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Content is retrived from all files, including files with same name (from different folders)
Actual Behavior
Just one is used
Steps to Reproduce
Create a knowledge from 2 different folder, e.g. 2024 and 2025. The two folders contains one pdf each (e.g. invoice.pdf) with the same name, same topic but different content (e.g. two DIFFERENT invoices for the same service from 2 different years). Add more random unrelated files just to add some complexity (e.g. 20 more files). Ask for details from invoces, only one can be used.
Logs & Screenshots
not appliable
Additional Information
No response