Releases: SUNKENDREAMS/open-webui
Releases · SUNKENDREAMS/open-webui
v0.3.35
[0.3.35] - 2024-10-26
Added
- 📁 Robust File Handling: Enhanced file input handling for chat. If the content extraction fails or is empty, users will now receive a clear warning, preventing silent failures and ensuring you always know what's happening with your uploads.
- 🌍 New Language Support: Introduced Hungarian translations and updated French translations, expanding the platform's language accessibility for a more global user base.
Fixed
- 📚 Knowledge Base Loading Issue: Resolved a critical bug where the Knowledge Base was not loading, ensuring smooth access to your stored documents and improving information retrieval in RAG-enhanced workflows.
- 🛠️ Tool Parameters Issue: Fixed an error where tools were not functioning correctly when required parameters were missing, ensuring reliable tool performance and more efficient task completions.
- 🔗 Merged Response Loss in Multi-Model Chats: Addressed an issue where responses in multi-model chat workflows were being deleted after follow-up queries, improving consistency and ensuring smoother interactions across models.
v0.3.33
[0.3.33] - 2024-10-24
Added
- 🏆 Evaluation Leaderboard: Easily track your performance through a new leaderboard system where your ratings contribute to a real-time ranking based on the Elo system. Sibling responses (regenerations, many model chats) are required for your ratings to count in the leaderboard. Additionally, you can opt-in to share your feedback history and be part of the community-wide leaderboard. Expect further improvements as we refine the algorithm—help us build the best community leaderboard!
- ⚔️ Arena Model Evaluation: Enable blind A/B testing of models directly from Admin Settings > Evaluation for a true side-by-side comparison. Ideal for pinpointing the best model for your needs.
- 🎯 Topic-Based Leaderboard: Discover more accurate rankings with experimental topic-based reranking, which adjusts leaderboard standings based on tag similarity in feedback. Get more relevant insights based on specific topics!
- 📁 Folders Support for Chats: Organize your chats better by grouping them into folders. Drag and drop chats between folders and export them seamlessly for easy sharing or analysis.
- 📤 Easy Chat Import via Drag & Drop: Save time by simply dragging and dropping chat exports (JSON) directly onto the sidebar to import them into your workspace—streamlined, efficient, and intuitive!
- 📚 Enhanced Knowledge Collection: Now, you can reference individual files from a knowledge collection—ideal for more precise Retrieval-Augmented Generations (RAG) queries and document analysis.
- 🏷️ Enhanced Tagging System: Tags now take up less space! Utilize the new 'tag:' query system to manage, search, and organize your conversations more effectively without cluttering the interface.
- 🧠 Auto-Tagging for Chats: Your conversations are now automatically tagged for improved organization, mirroring the efficiency of auto-generated titles.
- 🔍 Backend Chat Query System: Chat filtering has become more efficient, now handled through the backend** instead of your browser, improving search performance and accuracy.
- 🎮 Revamped Playground: Experience a refreshed and optimized Playground for smoother testing, tweaks, and experimentation of your models and tools.
- 🧩 Token-Based Text Splitter: Introducing token-based text splitting (tiktoken), giving you more precise control over how text is processed. Previously, only character-based splitting was available.
- 🔢 Ollama Batch Embeddings: Leverage new batch embedding support for improved efficiency and performance with Ollama embedding models.
- 🔍 Enhanced Add Text Content Modal: Enjoy a cleaner, more intuitive workflow for adding and curating knowledge content with an upgraded input modal from our Knowledge workspace.
- 🖋️ Rich Text Input for Chats: Make your chat inputs more dynamic with support for rich text formatting. Your conversations just got a lot more polished and professional.
- ⚡ Faster Whisper Model Configurability: Customize your local faster whisper model directly from the WebUI.
- ☁️ Experimental S3 Support: Enable stateless WebUI instances with S3 support, greatly enhancing scalability and balancing heavy workloads.
- 🔕 Disable Update Toast: Now you can streamline your workspace even further—choose to disable update notifications for a more focused experience.
- 🌟 RAG Citation Relevance Percentage: Easily assess citation accuracy with the addition of relevance percentages in RAG results.
- ⚙️ Mermaid Copy Button: Mermaid diagrams now come with a handy copy button, simplifying the extraction and use of diagram contents directly in your workflow.
- 🎨 UI Redesign: Major interface redesign that will make navigation smoother, keep your focus where it matters, and ensure a modern look.
Fixed
- 🎙️ Voice Note Mic Stopping Issue: Fixed the issue where the microphone stayed active after ending a voice note recording, ensuring your audio workflow runs smoothly.
Removed
- 👋 Goodbye Sidebar Tags: Sidebar tag clutter is gone. We’ve shifted tag buttons to more effective query-based tag filtering for a sleeker, more agile interface.
v0.3.32
[0.3.32] - 2024-10-06
Added
- 🔢 Workspace Enhancements: Added a display count for models, prompts, tools, and functions in the workspace, providing a clear overview and easier management.
Fixed
- 🖥️ Web and YouTube Attachment Fix: Resolved an issue where attaching web links and YouTube videos was malfunctioning, ensuring seamless integration and display within chats.
- 📞 Call Mode Activation on Landing Page: Fixed a bug where call mode was not operational from the landing page.
Changed
- 🔄 URL Parameter Refinement: Updated the 'tool_ids' URL parameter to 'tools' or 'tool-ids' for more intuitive and consistent user experience.
- 🎨 Floating Buttons Styling Update: Refactored the styling of floating buttons to intelligently adjust to the left side when there isn't enough room on the right, improving interface usability and aesthetic.
- 🔧 Enhanced Accessibility for Floating Buttons: Implemented the ability to close floating buttons with the 'Esc' key, making workflow smoother and more efficient for users navigating via keyboard.
- 🖇️ Updated Information URL: Information URLs now direct users to a general release page rather than a version-specific URL, ensuring access to the latest and relevant details all in one place.
- 📦 Library Dependencies Update: Upgraded dependencies to ensure compatibility and performance optimization for pip installs.
v0.3.21
[0.3.21] - 2024-09-08
Added
- 📊 Document Count Display: Now displays the total number of documents directly within the dashboard.
- 🚀 Ollama Embed API Endpoint: Enabled /api/embed endpoint proxy support.
Fixed
- 🐳 Docker Launch Issue: Resolved the problem preventing Open-WebUI from launching correctly when using Docker.
Changed
- 🔍 Enhanced Search Prompts: Improved the search query generation prompts for better accuracy and user interaction, enhancing the overall search experience.
v0.1.00
Merge branch 'main' of https://github.com/SUNKENDREAMS/voltron-webui
v0.1.0-alpha
Initial fork changes