mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
[PR #5918] [CLOSED] refac: remove docker warnings #8578
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/5918
Author: @Nowheresly
Created: 10/5/2024
Status: ❌ Closed
Base:
main← Head:dockerwarn📝 Commits (10+)
a4bc0b2fix: Fix OpenAI batch embedding4fe1f24fix: Fix OpenAI batch embedding3af50f0Merge pull request #5728 from sp301415/dev4c92a0fchore: chromadb, pymilvus bump8204f06Merge pull request #5741 from open-webui/main1715446fix: call mode persisting after width change issued8f71e1Some models produce almost correct json during function calling, but with additional data before of after it. This solves it.619c814Migration link updatedfbc9634Merge pull request #5742 from not-a-ethan/corrected-link719f4dafix: milvus collection creation issue📊 Changes
156 files changed (+6903 additions, -2123 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.md(+4 -0)📝
.github/ISSUE_TEMPLATE/feature_request.md(+6 -0)📝
Dockerfile(+4 -4)📝
README.md(+3 -3)📝
backend/open_webui/apps/audio/main.py(+137 -96)📝
backend/open_webui/apps/ollama/main.py(+5 -2)📝
backend/open_webui/apps/openai/main.py(+10 -6)➕
backend/open_webui/apps/retrieval/loaders/main.py(+190 -0)📝
backend/open_webui/apps/retrieval/main.py(+380 -685)➕
backend/open_webui/apps/retrieval/models/colbert.py(+81 -0)📝
backend/open_webui/apps/retrieval/utils.py(+59 -47)📝
backend/open_webui/apps/retrieval/vector/connector.py(+4 -4)📝
backend/open_webui/apps/retrieval/vector/dbs/chroma.py(+57 -19)📝
backend/open_webui/apps/retrieval/vector/dbs/milvus.py(+48 -11)📝
backend/open_webui/apps/retrieval/vector/main.py(+0 -0)📝
backend/open_webui/apps/retrieval/web/brave.py(+1 -1)📝
backend/open_webui/apps/retrieval/web/duckduckgo.py(+1 -1)📝
backend/open_webui/apps/retrieval/web/google_pse.py(+1 -1)📝
backend/open_webui/apps/retrieval/web/jina_search.py(+1 -1)📝
backend/open_webui/apps/retrieval/web/main.py(+0 -0)...and 80 more files
📄 Description
Changelog Entry
Remove docker warnings to ensure compatibility with future versions of Docker
Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.