You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
Support for the latest Claude 3 Opus model. #250 by @gabrielkoo
Bug Fixes
Fixed an issue where the chat history title was displayed in the wrong language. #247 by @kylelee24
Fixed an issue causing the embedding job to fail by adding the poppler dependency. #244 by @skeppeler
Fixed an issue where the IDP configuration was not reflected correctly on the login screen. #242 by @statefb
Enhancements
Improved the embedding sync process by passing only the DynamoDB record keys through the EventBridge pipe instead of the entire record, avoiding the 8KB character limit. #233 by @JoshuaToth
Added support for Progressive Web App (PWA) and optimized icons. #245 by @wadabee