mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #2957] enh: Adding Serply as another Web Search Provider #13081
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 @googio on GitHub (Jun 10, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2957
Is your feature request related to a problem? Please describe.
Add Serply another web search provider. Serply supports more than just Google search, they have Bing/News/Jobs. Which will be useful.
Describe the solution you'd like
First add Serply to the web search provider.
Updated the backend config to accept Serply API key
Update the web code to include Serply as option
Describe alternatives you've considered
Looked into using playwright as mentioned
a8d80f936a/backend/apps/rag/main.py (L752)but it would require a lot of parsing and proxy management.Additional context