v3.1.1
aws-samples/bedrock-chatv3.1.1May 1, 2025by statefb
AI Summary
Resolved validation exceptions for DeepSeek R1 and added controls for OpenSearch replica availability.
Key Highlights
- Fix for DeepSeek R1 unsigned reasoning content blocks
- New parameter to control standby replicas for OpenSearch Serverless
New Features
- DeepSeek R1 validation exception fix
- OpenSearch replica control parameter
Full Release Notes
## Bug Fixes - Fixed an issue where DeepSeek R1 model was emitting unsigned reasoning content blocks, causing ValidationException on follow-up calls to ConverseStream. #851 by @axelpina ## Enhancements - Added a new parameter `enableBotStoreReplicas` to control standby replicas for OpenSearch Serverless collections used by BotStore, allowing users to balance between availability and cost. #853 by @fsatsuki