mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #10864] [MERGED] feat: add perplexity integration to web search #22608
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/10864
Author: @kurtdami
Created: 2/27/2025
Status: ✅ Merged
Merged: 2/27/2025
Merged by: @tjbck
Base:
dev← Head:perplexity_integration📝 Commits (1)
b061775feat: add perplexity integration to web search📊 Changes
5 files changed (+122 additions, -2 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+2 -0)➕
backend/open_webui/retrieval/web/perplexity.py(+87 -0)📝
backend/open_webui/routers/retrieval.py(+14 -1)📝
src/lib/components/admin/Settings/WebSearch.svelte(+13 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Adds Perplexity as a new web search option for the retrieval system in OpenWebUI, addressing the feature request discussed in #9046. Users can now leverage Perplexity's AI-powered search capabilities to enhance their retrieval-augmented generation workflows.
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
https://github.com/user-attachments/assets/072ddb86-e1f1-439d-8ef4-359debd3d3fd
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.