open-webui v0.6.1 版本更新介绍
发布日期: 2025-04-05
版本号: v0.6.1
2025年4月5日发布的0.6.1版本主要更新内容包括:新增全局工具服务器集中配置功能,支持管理员统一管理外部工具集成;为非管理员用户新增直接使用外部工具的权限开关;新增Mistral OCR文档内容提取支持,优化扫描文档处理;重新设计工具选择界面,整合内置与外部工具展示。同时改进了RAG提示模板,优化多语言翻译,并修复了外部工具API密钥验证、混合搜索稳定性、管理员文件夹删除等十余项问题,提升了系统安全性和用户体验。
更新内容 (中文)
[0.6.1] - 2025-04-05
新增功能
- 🛠️ 全局工具服务器配置:管理员现可通过"管理员设置 > 工具"集中配置全局外部工具服务器,实现跨用户共享工具集成,无需逐个手动设置。
- 🔐 用户直接使用工具权限:新增用户级权限开关,允许非管理员用户直接使用外部工具,在保持控制的同时促进更广泛的团队协作。
- 🧠 Mistral OCR内容提取支持:新增原生支持Mistral OCR作为高精度文档加载器,显著提升RAG工作流中扫描文档的文本提取效果。
- 🖼️ 工具指示器UI重设计:增强后的消息输入框通过统一下拉菜单智能展示内置与外部工具,使对话中激活工具更简单直观。
- 📄 RAG提示改进与一致性增强:默认RAG系统提示已优化为更清晰且注重引用——管理员可留空模板字段以使用这一新的黄金标准提示。
- 🧰 性能与开发者改进:对多个工具相关组件进行重大内部重构,简化样式并合并外部/内部处理逻辑,提升可维护性与性能。
- 🌍 翻译优化:更新藏语、波兰语、中文(简体与繁体)、阿拉伯语、俄语、乌克兰语、荷兰语、芬兰语和法语翻译,提升界面整体清晰度与一致性。
问题修复
- 🔑 外部工具服务器API密钥漏洞修复:修复了从外部OpenAPI工具服务器调用工具时认证标头未发送的关键问题,确保完整安全性与工具流畅运行。
- 🚫 条件性导出按钮可见性:当模型、提示、工具或函数中无内容可导出时,UI将优雅隐藏导出按钮,提升视觉清晰度并减少困惑。
- 🧪 混合搜索失败恢复:解决了并行混合搜索中因空集合或未索引集合导致后端崩溃的边缘情况——现在会自动跳过此类集合确保系统稳定性。
- 📂 管理员文件夹删除修复:修复了管理员工作区创建的文件夹无法删除的问题,恢复管理员完整的组织灵活性。
- 🔐 登录通用错误反馈改进:认证错误现在显示简化的非揭示性信息以保障隐私并提升用户体验,特别是在联合登录场景。
- 📝 含图片工具消息显示优化:改进聊天中工具生成的含图片消息的显示方式,使其更易读且与整体UI设计保持一致。
- ⚙️ 损坏RAG集合自动排除:自动跳过无法获取数据或返回"None"的文档集合,避免静默错误并简化检索流程。
- 📝 Docling文本文件处理修复:修复了某些纯文本文件导致基于docling的RAG功能失效的解析不一致问题,确保更广泛的文件兼容性。
更新内容 (原始)
[0.6.1] - 2025-04-05
Added
- 🛠️ Global Tool Servers Configuration: Admins can now centrally configure global external tool servers from Admin Settings > Tools, allowing seamless sharing of tool integrations across all users without manual setup per user.
- 🔐 Direct Tool Usage Permission for Users: Introduced a new user-level permission toggle that grants non-admin users access to direct external tools, empowering broader team collaboration while maintaining control.
- 🧠 Mistral OCR Content Extraction Support: Added native support for Mistral OCR as a high-accuracy document loader, drastically improving text extraction from scanned documents in RAG workflows.
- 🖼️ Tools Indicator UI Redesign: Enhanced message input now smartly displays both built-in and external tools via a unified dropdown, making it simpler and more intuitive to activate tools during conversations.
- 📄 RAG Prompt Improved and More Coherent: Default RAG system prompt has been revised to be more clear and citation-focused—admins can leave the template field empty to use this new gold-standard prompt.
- 🧰 Performance & Developer Improvements: Major internal restructuring of several tool-related components, simplifying styling and merging external/internal handling logic, resulting in better maintainability and performance.
- 🌍 Improved Translations: Updated translations for Tibetan, Polish, Chinese (Simplified & Traditional), Arabic, Russian, Ukrainian, Dutch, Finnish, and French to improve clarity and consistency across the interface.
Fixed
- 🔑 External Tool Server API Key Bug Resolved: Fixed a critical issue where authentication headers were not being sent when calling tools from external OpenAPI tool servers, ensuring full security and smooth tool operations.
- 🚫 Conditional Export Button Visibility: UI now gracefully hides export buttons when there’s nothing to export in models, prompts, tools, or functions, improving visual clarity and reducing confusion.
- 🧪 Hybrid Search Failure Recovery: Resolved edge case in parallel hybrid search where empty or unindexed collections caused backend crashes—these are now cleanly skipped to ensure system stability.
- 📂 Admin Folder Deletion Fix: Addressed an issue where folders created in the admin workspace couldn’t be deleted, restoring full organizational flexibility for admins.
- 🔐 Improved Generic Error Feedback on Login: Authentication errors now show simplified, non-revealing messages for privacy and improved UX, especially with federated logins.
- 📝 Tool Message with Images Improved: Enhanced how tool-generated messages with image outputs are shown in chat, making them more readable and consistent with the overall UI design.
- ⚙️ Auto-Exclusion for Broken RAG Collections: Auto-skips document collections that fail to fetch data or return “None”, preventing silent errors and streamlining retrieval workflows.
- 📝 Docling Text File Handling Fix: Fixed file parsing inconsistency that broke docling-based RAG functionality for certain plain text files, ensuring wider file compatibility.