I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided every relevant configuration, setting, and environment variable used in my setup.
I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
Start with the initial platform/version/OS and dependencies used,
Specify exact install/launch/configure commands,
List URLs visited, user input (incl. example values/emails/passwords if needed),
Describe all options and toggles enabled or changed,
Include any files or environmental changes,
Identify the expected and actual result at each stage,
Ensure any reasonably skilled user can follow and hit the same issue.
Expected Behavior
Hi have created 4 models that use same RAG knowledge base and want to compare them.
I have un-ticked web access and code interpretation in the setup.
The models work as expected and search the local RAG db
I expect the Arena model to use the sub-model settings - do not access web, no code interpretation.
Actual Behavior
The Arena model gives different answers than each of the sub-models, and accesses the web for these. It also shows the "code interpreter", despite this being turned off in the separate models.
It looks like the Arena does not honour the specified model settings of no web, no code interpretation, use RAG knowledgebase. The Arena model does not appear to use the specified RAG db at all.
Steps to Reproduce
Set up 2 or more models with RAG (I have 4)
Untick web access, code interpretation for each model. Add the same knowledge base to each.
Create Arena model of these models.
In the Arena model chat eg. the 'code interpreter' is visible despite unticking these for the constituent models.
Answers seem to access the external web, and not the local RAG db.
Logs & Screenshots
The behaviour is eg. visible in displaying the code interpreter for the arena model, despite this being turned off in all of the separate sub-models.
Additional Information
Any input appreciated.
I have not used OpenWebUI before - it may well have worked previously but I do not know!
Originally created by @shortydutchie on GitHub (Aug 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16950
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Docker
### Open WebUI Version
v0.6.25(latest)
### Ollama Version (if applicable)
0.11.7
### Operating System
Ubuntu linux 24.04
### Browser (if applicable)
138.0.7204.185 (Official Build) (64-bit) (cohort: Control)
### Confirmation
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.**
- [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
- [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps:
- Start with the initial platform/version/OS and dependencies used,
- Specify exact install/launch/configure commands,
- List URLs visited, user input (incl. example values/emails/passwords if needed),
- Describe all options and toggles enabled or changed,
- Include any files or environmental changes,
- Identify the expected and actual result at each stage,
- Ensure any reasonably skilled user can follow and hit the same issue.
### Expected Behavior
Hi have created 4 models that use same RAG knowledge base and want to compare them.
I have un-ticked web access and code interpretation in the setup.
The models work as expected and search the local RAG db
I expect the Arena model to use the sub-model settings - do not access web, no code interpretation.
### Actual Behavior
The Arena model gives different answers than each of the sub-models, and accesses the web for these. It also shows the "code interpreter", despite this being turned off in the separate models.
It looks like the Arena does not honour the specified model settings of no web, no code interpretation, use RAG knowledgebase. The Arena model does not appear to use the specified RAG db at all.
### Steps to Reproduce
Set up 2 or more models with RAG (I have 4)
Untick web access, code interpretation for each model. Add the same knowledge base to each.
Create Arena model of these models.
- In the Arena model chat eg. the 'code interpreter' is visible despite unticking these for the constituent models.
- Answers seem to access the external web, and not the local RAG db.
### Logs & Screenshots
The behaviour is eg. visible in displaying the code interpreter for the arena model, despite this being turned off in all of the separate sub-models.
<img width="258" height="86" alt="Image" src="https://github.com/user-attachments/assets/bbc6c7b1-94ea-4eb2-ab92-09342d1e9b45" />
### Additional Information
Any input appreciated.
I have not used OpenWebUI before - it may well have worked previously but I do not know!
GiteaMirror
added the bug label 2026-05-05 20:05:35 -05:00
I’ve noticed the same issue.
Arena Models don’t seem to respect the model settings regarding knowledge bases (RAG) and provide different answers.
<!-- gh-comment-id:3487789574 -->
@Th3R3alDuk3 commented on GitHub (Nov 4, 2025):
I’ve noticed the same issue.
Arena Models don’t seem to respect the model settings regarding knowledge bases (RAG) and provide different answers.
@silentoplayz I got the feedback on #19053 that inheritance from base models happens already on the backend. I'm not seeing any evidence of this (and it's certainly not working in practice) but just FYI, I must be missing something
<!-- gh-comment-id:3517519656 -->
@kjpoccia commented on GitHub (Nov 11, 2025):
@silentoplayz I got the feedback on #19053 that inheritance from base models happens already on the backend. I'm not seeing any evidence of this (and it's certainly not working in practice) but just FYI, I must be missing something
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @shortydutchie on GitHub (Aug 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16950
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.25(latest)
Ollama Version (if applicable)
0.11.7
Operating System
Ubuntu linux 24.04
Browser (if applicable)
138.0.7204.185 (Official Build) (64-bit) (cohort: Control)
Confirmation
README.md.Expected Behavior
Hi have created 4 models that use same RAG knowledge base and want to compare them.
I have un-ticked web access and code interpretation in the setup.
The models work as expected and search the local RAG db
I expect the Arena model to use the sub-model settings - do not access web, no code interpretation.
Actual Behavior
The Arena model gives different answers than each of the sub-models, and accesses the web for these. It also shows the "code interpreter", despite this being turned off in the separate models.
It looks like the Arena does not honour the specified model settings of no web, no code interpretation, use RAG knowledgebase. The Arena model does not appear to use the specified RAG db at all.
Steps to Reproduce
Set up 2 or more models with RAG (I have 4)
Untick web access, code interpretation for each model. Add the same knowledge base to each.
Create Arena model of these models.
Logs & Screenshots
The behaviour is eg. visible in displaying the code interpreter for the arena model, despite this being turned off in all of the separate sub-models.
Additional Information
Any input appreciated.
I have not used OpenWebUI before - it may well have worked previously but I do not know!
@Th3R3alDuk3 commented on GitHub (Nov 4, 2025):
I’ve noticed the same issue.
Arena Models don’t seem to respect the model settings regarding knowledge bases (RAG) and provide different answers.
@silentoplayz commented on GitHub (Nov 5, 2025):
Related - https://github.com/open-webui/open-webui/issues/14326
@silentoplayz commented on GitHub (Nov 9, 2025):
Semi-related PR that's currently drafted - https://github.com/open-webui/open-webui/pull/19053 (I've not tested this yet)
@kjpoccia commented on GitHub (Nov 11, 2025):
@silentoplayz I got the feedback on #19053 that inheritance from base models happens already on the backend. I'm not seeing any evidence of this (and it's certainly not working in practice) but just FYI, I must be missing something
@tjbck commented on GitHub (Mar 25, 2026):
Addressed in dev.