Conversation UI
Active state for model selection
The model selector now visually highlights the currently selected model, making it easier to see which model is active at a glance when choosing between options.
Composer menubar
The right sidebar in the composer has been replaced with a menubar, providing a more streamlined and familiar layout for accessing composer actions.
Administration
Auto-deployed embeddings model for RAG
AI Portal now automatically provisions an embeddings model, so retrieval-augmented generation (RAG) is ready to use without additional manual setup.
Bug Fixes
- Fixed an issue where certain scanned PDFs could exhaust CPU resources and cause file uploads to fail.
- Fixed an issue where the chat view did not reliably scroll to the bottom.
- Fixed an issue where the model badge could overflow its container; the badge is now truncated to fit.
- Fixed an issue where the web search selection state could become stuck on the wrong (internal/external) source after switching providers.
Infrastructure
Improved file processing responsiveness
Blocking operations across file processing and related services were moved to asynchronous execution. This improves overall responsiveness and reliability, particularly when handling resource-intensive uploads.