mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #11728] [MERGED] 0.6 #22784
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/11728
Author: @tjbck
Created: 3/15/2025
Status: ✅ Merged
Merged: 4/1/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
b02e6c6Deps: Update fake-useragent to v2.1.0b6664f5feat: pip options in tools/functions install requirements53292e7allow string valves to include newlines4025d61Merge pull request #11636 from OliveiraHermogenes/fix-api-audio-mimetype-check8588b52Merge pull request #11605 from melroy89/update_fake_useragent4b1899bchore: dependency74da9c4fix: firefox input height issue53448b3Fix: Promote keep_alive to top-level in payload for Ollama API on dev branch04046edAlternative Temp Fix: Uncomment to Keep Alive Forever8bc797ffeat: Add renderer for Markdown alerts📊 Changes
186 files changed (+11153 additions, -2803 deletions)
View changed files
📝
.github/pull_request_template.md(+3 -3)📝
CHANGELOG.md(+49 -0)📝
Dockerfile(+1 -1)📝
backend/open_webui/config.py(+121 -4)📝
backend/open_webui/env.py(+33 -15)📝
backend/open_webui/functions.py(+3 -0)📝
backend/open_webui/main.py(+62 -9)📝
backend/open_webui/models/folders.py(+13 -6)📝
backend/open_webui/retrieval/loaders/main.py(+54 -2)➕
backend/open_webui/retrieval/loaders/tavily.py(+93 -0)📝
backend/open_webui/retrieval/utils.py(+155 -65)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+20 -7)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+4 -1)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+110 -65)📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+3 -1)📝
backend/open_webui/retrieval/vector/dbs/qdrant.py(+2 -1)📝
backend/open_webui/retrieval/web/utils.py(+172 -76)📝
backend/open_webui/routers/audio.py(+3 -1)📝
backend/open_webui/routers/auths.py(+8 -3)📝
backend/open_webui/routers/chats.py(+103 -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.