mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #6338] [CLOSED] retrieval app refactoring no. 1 #21862
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/6338
Author: @RobinBially
Created: 10/22/2024
Status: ❌ Closed
Base:
dev← Head:dev-refactor-rag📝 Commits (2)
58f825brefac: retrieval app structuringee24589run 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.