Skip to content

v0.4.6

Compare
Choose a tag to compare
@statefb statefb released this 12 Apr 08:22
· 55 commits to main since this release
4d166ae

New Features

  • Google Auth as an optional feature for user sign-in. #128 by @kyosuke-kobayashi-lvgs
  • Added the ability to customize LLM parameters such as chunk size and overlap from UI. #188 by @2814109
  • A shutdown feature to stop Aurora Serverless at scheduled times. #228 by @2814109
  • Support for custom OIDC providers for user authentication. #213
  • Ability to save the web app to the iOS home screen as an icon. #176 by @amaynez
  • Added Chinese (simplified & traditional) language support. #226 by @dennischang
  • Ability to restrict sign-up to specific email domains. #234 by @fsatsuki
  • A feature to show related documents as references in bot responses. #191

Bug Fixes

  • Fixed an issue that prevented starring a shared bot without first having a conversation with it. #203
  • Fixed an error that occurred when sending large images. #201

Enhancements

  • Improved UX on mobile devices by fixing the page height to extend below the address bar. #181 by @alandao
  • Added a preview image dialog when clicking on images in chat messages. #199
  • Reduced the task startup time by 80% for the embedding job by enabling the SOCI index. #185 by @tmokmss