I have searched the existing issues and discussions.
Problem Description
OpenWebUI submits entire user query to searxng without consideration for size of request or sensitive content therein.
Desired Solution you'd like
Logical pre-filtering of web request using the task model to search for key terms vs the entire text and sanitize the more obvious data leaks (PASSWORD=...)
Alternatives Considered
No response
Additional Context
No response
Originally created by @sempervictus on GitHub (May 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14376
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### Problem Description
OpenWebUI submits entire user query to searxng without consideration for size of request or sensitive content therein.
### Desired Solution you'd like
Logical pre-filtering of web request using the task model to search for key terms vs the entire text and sanitize the more obvious data leaks (PASSWORD=...)
### Alternatives Considered
_No response_
### Additional Context
_No response_
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 @sempervictus on GitHub (May 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14376
Check Existing Issues
Problem Description
OpenWebUI submits entire user query to searxng without consideration for size of request or sensitive content therein.
Desired Solution you'd like
Logical pre-filtering of web request using the task model to search for key terms vs the entire text and sanitize the more obvious data leaks (PASSWORD=...)
Alternatives Considered
No response
Additional Context
No response