Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update open webui v0.5.16 #2244

Merged
merged 3 commits into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion open-webui/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'

Check notice on line 1 in open-webui/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -8,7 +8,7 @@
PROXY_AUTH_ADD: "false"

web:
image: ghcr.io/open-webui/open-webui:v0.5.12@sha256:492d8941ccc1976f647302be853f17c5b7e24f16d31adf0878450ba975b9da46
image: ghcr.io/open-webui/open-webui:v0.5.16@sha256:aeb69f75b1a841780c3275637b7fc4e53defcbff22c6bbb6fceb4f3511736436
volumes:
- ${APP_DATA_DIR}/data/open-webui:/app/backend/data
environment:
Expand Down
19 changes: 12 additions & 7 deletions open-webui/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: open-webui
name: Open WebUI
tagline: Chat with Ollama models like DeepSeek-R1 and LLama, or use an OpenAI API key
category: ai
version: "0.5.12"
version: "0.5.16"
port: 2876
description: >-
Open WebUI lets you chat with advanced AI models running locally on your own device or connect to online models using an API key.
Expand Down Expand Up @@ -41,12 +41,17 @@ releaseNotes: >-
This is a known issue with ollama and open-webui that may occur after updating.


This update includes several improvements and fixes:
- Added support for multiple tool calls in native function mode for better automation
- Fixed text completion functionality in the Playground
- Improved input responsiveness for better typing experience with long messages
- Enhanced direct API connections for all user roles

Highlights:
- 📄 Full Context Mode for Local Document Search (RAG): Toggle full context mode from Admin Settings > Documents to inject entire document content into context, improving accuracy for models with large context windows—ideal for deep context understanding.
- 🌍 Smarter Web Search with Agentic Workflows: Web searches now intelligently gather and refine multiple relevant terms, similar to RAG handling, delivering significantly better search results for more accurate information retrieval.
- 🔎 Experimental Playwright Support for Web Loader: Web content retrieval is taken to the next level with Playwright-powered scraping for enhanced accuracy in extracted web data.
- ☁️ Experimental Azure Storage Provider: Early-stage support for Azure Storage allows more cloud storage flexibility directly within Open WebUI.
- 📊 Improved Jupyter Code Execution with Plots: Interactive coding now properly displays inline plots, making data visualization more seamless inside chat interactions.
- ⏳ Adjustable Execution Timeout for Jupyter Interpreter: Customize execution timeout (default: 60s) for Jupyter-based code execution, allowing longer or more constrained execution based on your needs.
- ▶️ "Running..." Indicator for Jupyter Code Execution: A visual indicator now appears while code execution is in progress, providing real-time status updates on ongoing computations.
- ⚙️ General Backend & Frontend Stability Enhancements: Extensive refactoring improves reliability, performance, and overall user experience for a more seamless Open WebUI.
- 🌍 Translation Updates: Various international translation refinements ensure better localization and a more natural user interface experience.
- 🐞 Various bug fixes and improvements.

Full release notes can be found at https://github.com/open-webui/open-webui/releases
path: ""