mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
[PR #19095] feat: Adding file metadata to hybrid search #11885
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/19095
Author: @jmleksan
Created: 11/10/2025
Status: 🔄 Open
Base:
dev← Head:enh/hybrid-search-with-metadata📝 Commits (2)
e0d5de1Merge pull request #18978 from open-webui/dev289a1b4Added metadata to hybrid search📊 Changes
1 file changed (+36 additions, -1 deletions)
View changed files
📝
backend/open_webui/retrieval/utils.py(+36 -1)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch will lead to immediate closure of the PR.Changelog Entry
Description
Use Case: “Show me our PPO documents”
PPO_insurance_2024.pdf,medical_PPO_plan.docx, etc.PPO benefitsor justPPOnow surfaces every relevant document because filenames, titles, headings, and snippets are indexed alongside the content.PPOreturns all PPO-related files immediately, instead of relying on the term being repeated in the body text.Added
Fixed
Additional Information
backend/open_webui/retrieval/utils.pyContributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.