mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #17700] issue: Using single file from knowledge base is not working #33899
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 @DrZoidberg09 on GitHub (Sep 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17700
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.30
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
We are using open-webui with qdrant as vector database. We have embedded ~1500 PDF files there. We want to chat with the whole set of files or specific files.
Actual Behavior
If selecting the whole knowledge base, everythign works fine. If a single or multiple files are selected, it returns always: No source found.
Steps to Reproduce
Logs & Screenshots
Three is nothing suspicious in the logs:
2025-09-24 07:32:15.600 | INFO | httpx._client:_send_single_request:1025 - HTTP Request: GET http://qdrant:6333/collections/open-webui_files/exists "HTTP/1.1 200 OK"
2025-09-24 07:32:15.607 | INFO | httpx._client:_send_single_request:1025 - HTTP Request: POST http://qdrant:6333/collections/open-webui_files/points/query "HTTP/1.1 200 OK"
2025-09-24 07:32:15.607 | INFO | open_webui.retrieval.utils:query_doc:96 - query_doc:result
Additional Information
No response
@tjbck commented on GitHub (Sep 24, 2025):
Unable to reproduce.