Skip to content

open-webui 0.5.15

[0.5.15] - 2025-02-20

Added

  • πŸ“„ 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.

Fixed

  • πŸ“± Mobile Hover Issue Resolved: Users can now edit responses smoothly on mobile without interference, fixing a longstanding hover issue.
  • πŸ”„ Temporary Chat Message Duplication Fixed: Eliminated buggy behavior where messages were being unnecessarily repeated in temporary chat mode, ensuring a smooth and consistent conversation flow.