mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #6504] [MERGED] feat: enable bing support #8692
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/6504
Author: @jeeteshchel
Created: 10/28/2024
Status: ✅ Merged
Merged: 10/28/2024
Merged by: @tjbck
Base:
dev← Head:fork/dev📝 Commits (1)
f7d8a6cfeat: enable bing support📊 Changes
6 files changed (+133 additions, -4 deletions)
View changed files
📝
README.md(+1 -1)📝
backend/open_webui/apps/retrieval/main.py(+12 -2)➕
backend/open_webui/apps/retrieval/web/bing.py(+52 -0)➕
backend/open_webui/apps/retrieval/web/testdata/bing.json(+58 -0)📝
backend/open_webui/env.py(+8 -0)📝
src/lib/components/admin/Settings/WebSearch.svelte(+2 -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
Added
backend/open_webui/apps/retrieval/web/bing.py).backend/open_webui/apps/retrieval/web/testdata/bing.json).src/lib/components/admin/Settings/WebSearch.svelte).Changed
README.mdto include Bing in the list of supported search providers.backend/open_webui/apps/retrieval/main.pyto integrate Bing search logic.DEFAULT_LOCALEconfiguration tomain.py.Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.