mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #17706] issue: too many results (more then top-k) when using multiple knowledge based with a model #33903
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 @guenhter on GitHub (Sep 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17706
Check Existing Issues
Installation Method
Git Clone
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
I only get Top K results when working with several knowledge based configured on the a custom model.
Actual Behavior
It gets top-k results per knowledge base.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@vaclcer commented on GitHub (Oct 10, 2025):
I was asking the same thing and got pretty good explanation here https://github.com/open-webui/open-webui/discussions/14428#discussioncomment-13794532
If that's a bug or a feature, I do not know... But there are many factors at play.
It surely makes number of final results unpredictable, hence making it difficult to work with a limited context of reranking model and generation model down the line.