mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #12132] [MERGED] Avoid multiple data fetching #22853
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/12132
Author: @Phlogi
Created: 3/27/2025
Status: ✅ Merged
Merged: 3/31/2025
Merged by: @tjbck
Base:
dev← Head:dev-fetch-documents-once📝 Commits (1)
04bf9ddAvoid multiple data fetching📊 Changes
1 file changed (+20 additions, -14 deletions)
View changed files
📝
backend/open_webui/retrieval/utils.py(+20 -14)📄 Description
Before submitting, make sure you've checked the following:
Link to discussion opened before PR: https://github.com/open-webui/open-webui/discussions/11729
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:
Removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.