mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
[PR #4957] [MERGED] fix: sort and fix backend imports #8395
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/4957
Author: @pascallim
Created: 8/27/2024
Status: ✅ Merged
Merged: 8/31/2024
Merged by: @tjbck
Base:
dev← Head:fix/imports📝 Commits (2)
c386d0bsort and fix backend imports9232e03fix imports📊 Changes
64 files changed (+550 additions, -976 deletions)
View changed files
📝
backend/apps/audio/main.py(+19 -32)📝
backend/apps/images/main.py(+23 -35)📝
backend/apps/images/utils/comfyui.py(+7 -9)📝
backend/apps/ollama/main.py(+19 -33)📝
backend/apps/openai/main.py(+21 -29)📝
backend/apps/rag/main.py(+87 -116)📝
backend/apps/rag/search/brave.py(+2 -2)📝
backend/apps/rag/search/duckduckgo.py(+2 -1)📝
backend/apps/rag/search/google_pse.py(+2 -3)📝
backend/apps/rag/search/jina_search.py(+3 -3)📝
backend/apps/rag/search/main.py(+1 -0)📝
backend/apps/rag/search/searchapi.py(+2 -3)📝
backend/apps/rag/search/searxng.py(+2 -3)📝
backend/apps/rag/search/serper.py(+2 -2)📝
backend/apps/rag/search/serply.py(+2 -3)📝
backend/apps/rag/search/serpstack.py(+2 -3)📝
backend/apps/rag/search/tavily.py(+1 -2)📝
backend/apps/rag/utils.py(+14 -24)📝
backend/apps/socket/main.py(+1 -2)📝
backend/apps/webui/internal/db.py(+9 -14)...and 44 more files
📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Changed
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.