[PR #10272] [MERGED] fix: dedupe results from multiple queries #22486

Closed
opened 2026-04-20 04:11:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/10272
Author: @mkhludnev
Created: 2/18/2025
Status: Merged
Merged: 2/19/2025
Merged by: @tjbck

Base: devHead: dedupe-rag-docs


📝 Commits (1)

  • 925bfe8 dedupe results from multiple queries

📊 Changes

1 file changed (+21 additions, -14 deletions)

View changed files

📝 backend/open_webui/retrieval/utils.py (+21 -14)

📄 Description

RAG: result duplicates

Discussed: https://github.com/open-webui/open-webui/discussions/10188

Changelog Entry

Description

  • fixes wasting RAG context by result duplicates

Fixed

  • removes result duplicates

🔄 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/10272 **Author:** [@mkhludnev](https://github.com/mkhludnev) **Created:** 2/18/2025 **Status:** ✅ Merged **Merged:** 2/19/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dedupe-rag-docs` --- ### 📝 Commits (1) - [`925bfe8`](https://github.com/open-webui/open-webui/commit/925bfe840b46df424360f230a93e748289df0139) dedupe results from multiple queries ### 📊 Changes **1 file changed** (+21 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/retrieval/utils.py` (+21 -14) </details> ### 📄 Description # RAG: result duplicates Discussed: https://github.com/open-webui/open-webui/discussions/10188 # Changelog Entry ### Description - fixes wasting RAG context by result duplicates ### Fixed - removes result duplicates --- <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 2026-04-20 04:11:06 -05: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#22486