mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #22236] issue: Folders query the knowledge base instead of using the native tool call #35200
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 @druellan on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22236
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.8
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04.3 LTS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Using a model with "native" tool call enabled, in a folder with a knowledge base attached, the model should use the native tool call to search the knowledge base and retrieve the information
Actual Behavior
The model queries the vector database first (as NOT in native tool call) and then proceeds to use native tool call to search on the knowledge base again.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Mar 4, 2026):
🫡👍
@Classic298 commented on GitHub (Mar 8, 2026):
967b1137dc