[PR #6338] [CLOSED] retrieval app refactoring no. 1 #37492

Closed
opened 2026-04-25 10:56:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/6338
Author: @RobinBially
Created: 10/22/2024
Status: Closed

Base: devHead: dev-refactor-rag


📝 Commits (2)

  • 58f825b refac: retrieval app structuring
  • ee24589 run formatter on backend

📊 Changes

11 files changed (+1139 additions, -1094 deletions)

View changed files

📝 backend/open_webui/apps/retrieval/main.py (+15 -599)
backend/open_webui/apps/retrieval/process/api.py (+223 -0)
backend/open_webui/apps/retrieval/process/process.py (+269 -0)
backend/open_webui/apps/retrieval/search/embeddings.py (+89 -0)
backend/open_webui/apps/retrieval/search/rerank.py (+55 -0)
backend/open_webui/apps/retrieval/search/retriever.py (+39 -0)
backend/open_webui/apps/retrieval/search/search.py (+432 -0)
📝 backend/open_webui/apps/retrieval/utils.py (+1 -487)
📝 backend/open_webui/apps/webui/routers/files.py (+6 -4)
📝 backend/open_webui/apps/webui/routers/knowledge.py (+8 -3)
📝 backend/open_webui/main.py (+2 -1)

📄 Description

retrieval app restructuring


🔄 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/6338 **Author:** [@RobinBially](https://github.com/RobinBially) **Created:** 10/22/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev-refactor-rag` --- ### 📝 Commits (2) - [`58f825b`](https://github.com/open-webui/open-webui/commit/58f825bfc96077fb06bcb0fa698fe35739211847) refac: retrieval app structuring - [`ee24589`](https://github.com/open-webui/open-webui/commit/ee245891ee6b6d8b7e229126aafee412ecb3a987) run formatter on backend ### 📊 Changes **11 files changed** (+1139 additions, -1094 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/apps/retrieval/main.py` (+15 -599) ➕ `backend/open_webui/apps/retrieval/process/api.py` (+223 -0) ➕ `backend/open_webui/apps/retrieval/process/process.py` (+269 -0) ➕ `backend/open_webui/apps/retrieval/search/embeddings.py` (+89 -0) ➕ `backend/open_webui/apps/retrieval/search/rerank.py` (+55 -0) ➕ `backend/open_webui/apps/retrieval/search/retriever.py` (+39 -0) ➕ `backend/open_webui/apps/retrieval/search/search.py` (+432 -0) 📝 `backend/open_webui/apps/retrieval/utils.py` (+1 -487) 📝 `backend/open_webui/apps/webui/routers/files.py` (+6 -4) 📝 `backend/open_webui/apps/webui/routers/knowledge.py` (+8 -3) 📝 `backend/open_webui/main.py` (+2 -1) </details> ### 📄 Description retrieval app restructuring --- <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-25 10:56:46 -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#37492