[PR #6360] [CLOSED] retrieval app refactoring no. 1 #21868

Closed
opened 2026-04-20 03:46:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: devHead: dev-refactor-rag


📝 Commits (3)

📊 Changes

10 files changed (+920 additions, -785 deletions)

View changed files

📝 backend/open_webui/apps/retrieval/main.py (+19 -290)
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

reopen #6338 after removing routers


🔄 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/6360 **Author:** [@RobinBially](https://github.com/RobinBially) **Created:** 10/23/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev-refactor-rag` --- ### 📝 Commits (3) - [`867b756`](https://github.com/open-webui/open-webui/commit/867b756837ae33bb8b48394df38d28c40e096c3c) refac: retrieval app structuring - [`7472c7a`](https://github.com/open-webui/open-webui/commit/7472c7a1957461755afcf40b2da3b9257d74ebf8) run formatter on backend - [`0239381`](https://github.com/open-webui/open-webui/commit/02393819d5119c87f107fcfec5fe9487a72ece22) remove routers ### 📊 Changes **10 files changed** (+920 additions, -785 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/apps/retrieval/main.py` (+19 -290) ➕ `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 reopen #6338 after removing routers --- <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 03:46:13 -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#21868