mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #7285] Web Search option not displayed in chat since 0.4.3 #14688
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 @vishnualpha on GitHub (Nov 23, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7285
Installation Method
Running in dev mode with npm run dev
Environment
v0.4.4
**Operating System: macOS Big Sur
Confirmation:
Expected Behavior:
When Web search is enabled in the Admin settings, user should be able to enable web search by clicking + in chat
Actual Behavior:
Web search option not displayed, only Upload Files available.
Description
Bug Summary:
I have Web search with searxng enabled from admin settings. Till 0.4.2 I was able to see the Web search option in the chat (by clicking + icon) but now the web search option is no longer visible
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Screenshots/Screen Recordings (if applicable):


@comeback01 commented on GitHub (Nov 23, 2024):
By replacing the embedding model with a multilingual one, it works.
I used this model: "embaas/sentence-transformers-multilingual-e5-base". I'm not sure if it's the best choice, but it provides good results.
The default model is designed only for English.