v0.4.7

aws-samples/bedrock-chatv0.4.7Apr 17, 2024by statefb

AI Summary

Adds support for Claude 3 Opus model and fixes embedding job failures, while enhancing the embedding sync process and adding PWA support.

Key Highlights

  • Claude 3 Opus model support
  • Embedding job failure fixes
  • Progressive Web App (PWA) support

New Features

  • Claude 3 Opus support
  • Embedding job poppler dependency fix
  • PWA support

Full Release Notes

## 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