[PR #3029] [MERGED] feat: add DuckDuckGo search functionality using duckduckgo_search library #7962

Closed
opened 2025-11-11 17:41:19 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3029
Author: @Yash-1511
Created: 6/11/2024
Status: Merged
Merged: 6/11/2024
Merged by: @tjbck

Base: devHead: main


📝 Commits (2)

  • 83f9475 feat: add DuckDuckGo search functionality using duckduckgo_search library
  • 07b08ef add: duckduckgo-search dependencies added in requirements.txt

📊 Changes

4 files changed (+52 additions, -2 deletions)

View changed files

📝 backend/apps/rag/main.py (+3 -0)
backend/apps/rag/search/duckduckgo.py (+46 -0)
📝 backend/requirements.txt (+2 -1)
📝 src/lib/components/admin/Settings/WebSearch.svelte (+1 -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:

  • Target branch: Please verify that the pull request targets the dev branch.
  • Description: Provide a concise description of the changes made in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests for validating the changes?
  • Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
  • Prefix: To cleary categorize this pull request, prefix the pull request title, using one of the following:
    • feat: Introduces a new feature or enhancement to the codebase

Changelog Entry

Description

  • Added DuckDuckGo search functionality using the duckduckgo_search library, providing a new option for web search capabilities.

Added

  • 🌐 New Web Search Provider: I have added DuckDuckGo as a new option for web search providers, giving you more choices for your search needs. (No API Key required)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/3029 **Author:** [@Yash-1511](https://github.com/Yash-1511) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/11/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (2) - [`83f9475`](https://github.com/open-webui/open-webui/commit/83f94755846c21fb8ec9f27d85bc40b3c2ee9771) feat: add DuckDuckGo search functionality using duckduckgo_search library - [`07b08ef`](https://github.com/open-webui/open-webui/commit/07b08ef67e9fa792b85c00a6695b10eed946550a) add: duckduckgo-search dependencies added in requirements.txt ### 📊 Changes **4 files changed** (+52 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/rag/main.py` (+3 -0) ➕ `backend/apps/rag/search/duckduckgo.py` (+46 -0) 📝 `backend/requirements.txt` (+2 -1) 📝 `src/lib/components/admin/Settings/WebSearch.svelte` (+1 -1) </details> ### 📄 Description # Pull Request Checklist ### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request. **Before submitting, make sure you've checked the following:** - [x] **Target branch:** Please verify that the pull request targets the `dev` branch. - [x] **Description:** Provide a concise description of the changes made in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [x] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [x] **Testing:** Have you written and run sufficient tests for validating the changes? - [x] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards? - [x] **Prefix:** To cleary categorize this pull request, prefix the pull request title, using one of the following: - **feat**: Introduces a new feature or enhancement to the codebase # Changelog Entry ### Description - Added DuckDuckGo search functionality using the duckduckgo_search library, providing a new option for web search capabilities. ### Added - 🌐 New Web Search Provider: I have added DuckDuckGo as a new option for web search providers, giving you more choices for your search needs. (No API Key required) --- --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:41:19 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7962