mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
feat: Allow user to specify categories when using searxng for web search
#3097
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 @bmkor on GitHub (Dec 26, 2024).
Thanks so much for this wonderful platform. We love this a lot and have been integrating this with our daily work.
Currently, we setup a self-hosted
searxngengine which was enabled to search our intranet and we did setup a categoryintranetfor it.It would be great if the websearch can allow user to specify categories for
searxngso that the search results could all be from the specified categories (such as intranet in our case). In this way, the LLM can more focus on the intranet documents.To accomplish this, I found out that the searxng backend in the openweb-ui did support the input of categories in the form of kwargs.
I think some tweat on the UI and the setup of ENV variables would easily enable this feature.
If it sounds plausible for you, I am happy to do a PR.