mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #6360] [CLOSED] retrieval app refactoring no. 1 #37498
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/6360
Author: @RobinBially
Created: 10/23/2024
Status: ❌ Closed
Base:
dev← Head:dev-refactor-rag📝 Commits (3)
867b756refac: retrieval app structuring7472c7arun formatter on backend0239381remove routers📊 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.