mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #12239] [MERGED] perf: parallelize hybrid search #22874
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/12239
Author: @Phlogi
Created: 3/31/2025
Status: ✅ Merged
Merged: 4/1/2025
Merged by: @tjbck
Base:
dev← Head:dev-threads-on-hybrid📝 Commits (1)
9c64310Run hybrid_search in parallel📊 Changes
1 file changed (+30 additions, -20 deletions)
View changed files
📝
backend/open_webui/retrieval/utils.py(+30 -20)📄 Description
Before submitting, make sure you've checked the following:
This is broken down part of https://github.com/open-webui/open-webui/pull/11814 which was closed
Target branch: Please verify that the pull request targets the
devbranch.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
Changelog Entry
Description
Changed
Function query_doc_with_hybrid_search updates:
Additional Information
Performance Benchmark Results
Conclusion
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.