mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #3323] [MERGED] 0.3.6 #36850
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/3323
Author: @tjbck
Created: 6/20/2024
Status: ✅ Merged
Merged: 6/27/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
9e7b7a8refac: file upload8398662refacb4bdea6fix: filesd931607refac: fileseb21750fix: files20e4f6crefac1a22ae5fix: styling9fa8633fix: stylingd5a1030refac: uploads delete3502684refac: styling📊 Changes
178 files changed (+12190 additions, -2614 deletions)
View changed files
📝
.github/workflows/integration-test.yml(+33 -15)📝
CHANGELOG.md(+30 -0)📝
backend/apps/audio/main.py(+1 -1)📝
backend/apps/images/main.py(+34 -12)📝
backend/apps/ollama/main.py(+47 -165)📝
backend/apps/openai/main.py(+27 -8)📝
backend/apps/rag/main.py(+82 -10)📝
backend/apps/rag/search/brave.py(+8 -3)📝
backend/apps/rag/search/duckduckgo.py(+7 -4)📝
backend/apps/rag/search/google_pse.py(+9 -3)➕
backend/apps/rag/search/jina_search.py(+41 -0)📝
backend/apps/rag/search/main.py(+12 -1)📝
backend/apps/rag/search/searxng.py(+9 -3)📝
backend/apps/rag/search/serper.py(+7 -3)📝
backend/apps/rag/search/serply.py(+5 -3)📝
backend/apps/rag/search/serpstack.py(+9 -3)📝
backend/apps/rag/utils.py(+10 -10)📝
backend/apps/webui/internal/db.py(+21 -6)➕
backend/apps/webui/internal/migrations/014_add_files.py(+55 -0)➕
backend/apps/webui/internal/migrations/015_add_functions.py(+61 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.