mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #24752] feat: add Linkup as Web Search Provider #115130
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/24752
Author: @michelledkfz
Created: 5/15/2026
Status: 🔄 Open
Base:
dev← Head:feature/Linkup📝 Commits (1)
526cd72feat: add Linkup as Web Search Provider📊 Changes
5 files changed (+218 additions, -1 deletions)
View changed files
📝
backend/open_webui/config.py(+25 -0)📝
backend/open_webui/main.py(+27 -0)➕
backend/open_webui/retrieval/web/linkup.py(+92 -0)📝
backend/open_webui/routers/retrieval.py(+31 -0)📝
src/lib/components/admin/Settings/WebSearch.svelte(+43 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
Closes #20644/Relates to #___. If one does not exist, create one first. PRs without a linked issue or discussion may be closed without review.devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
This PR adds Linkup as a new web search provider for Open WebUI.
Users can configure Linkup via the admin UI with the following options:
The integration follows the same pattern as existing providers (Brave, SearXNG, etc.)
and is fully configurable through the admin settings panel.
Added
backend/open_webui/retrieval/web/linkup.py)LINKUP_API_KEY,LINKUP_SEARCH_URL,LINKUP_SEARCH_DEPTH,LINKUP_OUTPUT_TYPEas persistent config variables with admin UI fieldsChanged
'linkup'engine dispatch case insearch_web()andprocess_web_search(); exposed new Linkup config fields inget_rag_configandupdate_rag_configendpoints; addedSearchFormimport'linkup'to engine list and conditional input fields for API key, search URL, depth, and output typeLINKUP_API_KEY,LINKUP_SEARCH_URL,LINKUP_SEARCH_DEPTH,LINKUP_OUTPUT_TYPEpersistent config entriesContributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.