mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #14341] feat: Allow expert models to have access to more than 3 files at a time #17217
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 @Philip2040 on GitHub (May 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14341
Check Existing Issues
Problem Description
I uploaded over a dozen files to a customized "knowledge bank" and created an expert model with access to the knowledge bank. But when I ask the model a question, for each question, it only has access to three of the files in the knowledge bank, which seems to be the most relevant. I wonder if it is possible to allow the expert model to have access to more files when answering each question, like 4 or 5? Is it possible to allow users to assign a value to this e parameter?
Desired Solution you'd like
I wonder if it is possible to allow the expert model to have access to more files when answering each question, like 4 or 5? Is it possible to allow users to assign a value to this e parameter?
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (May 26, 2025):
Supported by default. Use a model with a large context length.