mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
doc: changelog
This commit is contained in:
parent
c5c33aabf9
commit
500765a778
@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- **📊 Usage Monitoring with Langfuse**: Track and analyze usage statistics with Langfuse integration through Pipelines.
|
- **📊 Usage Monitoring with Langfuse**: Track and analyze usage statistics with Langfuse integration through Pipelines.
|
||||||
- **🕒 Conversation Turn Limits**: Set limits on conversation turns to manage interactions better through Pipelines.
|
- **🕒 Conversation Turn Limits**: Set limits on conversation turns to manage interactions better through Pipelines.
|
||||||
- **🛡️ Toxic Message Filtering**: Automatically filter out toxic messages to maintain a safe environment using Pipelines.
|
- **🛡️ Toxic Message Filtering**: Automatically filter out toxic messages to maintain a safe environment using Pipelines.
|
||||||
- **🔍 Web Search Support**: Enhance functionality with built-in web search capabilities.
|
- **🔍 Web Search Support**: Introducing built-in web search capabilities via RAG API, allowing users to search using SearXNG, Google Programmatic Search Engine, Brave Search, serpstack, and serper. Customize search result crawling with RAG_WEB_SEARCH_RESULT_COUNT and control concurrent requests with RAG_WEB_SEARCH_CONCURRENT_REQUESTS.
|
||||||
- **🗂️ Models Workspace**: Create and manage model presets for both Ollama/OpenAI API. Note: The old Modelfiles workspace is deprecated.
|
- **🗂️ Models Workspace**: Create and manage model presets for both Ollama/OpenAI API. Note: The old Modelfiles workspace is deprecated.
|
||||||
- **🛠️ Model Builder Feature**: Build and edit all models with persistent builder mode.
|
- **🛠️ Model Builder Feature**: Build and edit all models with persistent builder mode.
|
||||||
- **🏷️ Model Tagging Support**: Organize models with tagging features in the models workspace.
|
- **🏷️ Model Tagging Support**: Organize models with tagging features in the models workspace.
|
||||||
@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- **🔍 Archived Chats Visibility**: Resolved issue with archived chats not showing in the admin panel.
|
- **🔍 Archived Chats Visibility**: Resolved issue with archived chats not showing in the admin panel.
|
||||||
- **💬 Message Styling**: Fixed styling issues affecting message appearance.
|
- **💬 Message Styling**: Fixed styling issues affecting message appearance.
|
||||||
- **🔗 Shared Chat Responses**: Corrected the issue where shared chat response messages were not readonly.
|
- **🔗 Shared Chat Responses**: Corrected the issue where shared chat response messages were not readonly.
|
||||||
|
- **🖥️ UI Enhancement**: Fixed the scrollbar overlapping issue with the message box in the user interface.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user