diff --git a/CHANGELOG.md b/CHANGELOG.md index b44cff254..2ed9908b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.122] - 2024-04-27 -- **🌟 Enhanced RAG Pipeline**: Now with hybrid searching via `BM25`, reranking powered by `CrossEncoder`, and configurable relevance score thresholds. -- **🛢️ External Database Support**: Seamlessly connect to custom SQLite or Postgres databases using the DATABASE_URL environment variable. -- **🌐 Remote ChromaDB Support**: Access remote ChromaDB servers for expanded functionality. +- **🌟 Enhanced RAG Pipeline**: Now with hybrid searching via 'BM25', reranking powered by 'CrossEncoder', and configurable relevance score thresholds. +- **🛢️ External Database Support**: Seamlessly connect to custom SQLite or Postgres databases using the 'DATABASE_URL' environment variable. +- **🌐 Remote ChromaDB Support**: Introducing the capability to connect to remote ChromaDB servers. - **👨‍💼 Improved Admin Panel**: Admins can now conveniently check users' chat lists and last active status directly from the admin panel. +- **🎨 Splash Screen**: Introducing a loading splash screen for a smoother user experience. - **🌍 Language Support Expansion**: Added support for Bangla (bn-BD), along with enhancements to Chinese, Spanish, and Ukrainian translations. - **💻 Improved LaTeX Rendering Performance**: Enjoy faster rendering times for LaTeX equations. - **🔧 More Environment Variables**: Explore additional environment variables in our documentation (https://docs.openwebui.com), including the 'ENABLE_LITELLM' option to manage memory usage.