mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[PR #10469] [MERGED] 0.5.17 #45592
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/10469
Author: @tjbck
Created: 2/20/2025
Status: ✅ Merged
Merged: 2/27/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
35f3824feat: Implement Document Intelligence as Content Extraction Engine6d62e71Add x-Open-Webui headers for ollama + more for openai0606256black formatting1a2d81bUpdate main.py39c6ecbfeat: add audit logger middleware and custom logger using loguru08df5f6Update catalan translation.jsona8859a8Fix on ollama to openai conversion - stream can return a single message with content1332a0dUpdate zh-CN translation8629f6bMerge pull request #10466 from HuangruiChu/main2697a4dMerge pull request #10460 from aleixdorca/dev📊 Changes
138 files changed (+5226 additions, -3072 deletions)
View changed files
📝
CHANGELOG.md(+21 -0)📝
backend/open_webui/config.py(+63 -23)📝
backend/open_webui/env.py(+22 -0)📝
backend/open_webui/functions.py(+6 -3)📝
backend/open_webui/main.py(+38 -4)📝
backend/open_webui/models/chats.py(+9 -5)📝
backend/open_webui/models/feedbacks.py(+1 -1)📝
backend/open_webui/models/files.py(+1 -1)📝
backend/open_webui/models/folders.py(+1 -1)📝
backend/open_webui/models/functions.py(+8 -4)📝
backend/open_webui/models/models.py(+2 -3)📝
backend/open_webui/models/tags.py(+1 -1)📝
backend/open_webui/models/tools.py(+8 -4)📝
backend/open_webui/retrieval/loaders/main.py(+23 -0)📝
backend/open_webui/retrieval/models/colbert.py(+7 -1)📝
backend/open_webui/retrieval/utils.py(+79 -35)📝
backend/open_webui/retrieval/vector/dbs/chroma.py(+6 -2)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+10 -4)📝
backend/open_webui/retrieval/vector/dbs/pgvector.py(+23 -15)📝
backend/open_webui/retrieval/vector/dbs/qdrant.py(+7 -2)...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.