Skip to content

open-webui 0.5.17

[0.5.17] - 2025-02-27

Added

  • πŸš€ Instant Document Upload with Bypass Embedding & Retrieval: Admins can now enable "Bypass Embedding & Retrieval" in Admin Settings > Documents, significantly speeding up document uploads and ensuring full document context is retained without chunking.
  • πŸ”Ž "Stream" Hook for Real-Time Filtering: The new "stream" hook allows dynamic real-time message filtering. Learn more in our documentation (https://docs.openwebui.com/features/plugin/functions/filter).
  • ☁️ OneDrive Integration: Early support for OneDrive storage integration has been introduced, expanding file import options.
  • πŸ“ˆ Enhanced Logging with Loguru: Backend logging has been improved with Loguru, making debugging and issue tracking far more efficient.
  • βš™οΈ General Stability Enhancements: Backend and frontend refactoring improves performance, ensuring a smoother and more reliable user experience.
  • 🌍 Updated Translations: Refined multilingual support for better localization and accuracy across various languages.

Fixed

  • πŸ”„ Reliable Model Imports from the Community Platform: Resolved import failures, allowing seamless integration of community-shared models without errors.
  • πŸ“Š OpenAI Usage Statistics Restored: Fixed an issue where OpenAI usage metrics were not displaying correctly, ensuring accurate tracking of usage data.
  • πŸ—‚οΈ Deduplication for Retrieved Documents: Documents retrieved during searches are now intelligently deduplicated, meaning no more redundant resultsβ€”helping to keep information concise and relevant.

Changed

  • πŸ“ "Full Context Mode" Renamed for Clarity: The "Full Context Mode" toggle in Web Search settings is now labeled "Bypass Embedding & Retrieval" for consistency across the UI.