File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.9.3] - 2024-10-03
11+
1012### Added
1113
14+ - Support for Anthropic Claude 3.5 Sonnet
1215- New README_DEVELOPERS.md with information on how to clone and publish LCA from source code.
1316
1417### Fixed
@@ -459,6 +462,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
459462- Initial release
460463
461464[ Unreleased ] : https://github.com/aws-samples/amazon-transcribe-live-meeting-assistant/compare/main...develop
465+ [ 0.9.3 ] : https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.2...v0.9.3
462466[ 0.9.2 ] : https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.1...v0.9.2
463467[ 0.9.1 ] : https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.9.0...v0.9.1
464468[ 0.9.0 ] : https://github.com/aws-samples/amazon-transcribe-live-call-analytics/compare/v0.8.13...v0.9.0
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ Parameters:
149149 AllowedValues :
150150 - " anthropic.claude-3-haiku-20240307-v1:0"
151151 - " anthropic.claude-3-sonnet-20240229-v1:0"
152+ - " anthropic.claude-3-5-sonnet-20240620-v1:0"
152153
153154 Description : >
154155 If EndOfCallTranscriptSummary is BEDROCK, then choose a model ID from the list of supported models.
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ Parameters:
210210 AllowedValues :
211211 - " anthropic.claude-3-haiku-20240307-v1:0"
212212 - " anthropic.claude-3-sonnet-20240229-v1:0"
213+ - " anthropic.claude-3-5-sonnet-20240620-v1:0"
213214 Description : Choose Bedrock modelId'
214215
215216 AgentAssistQnABotOpenSearchNodeCount :
@@ -452,6 +453,7 @@ Parameters:
452453 AllowedValues :
453454 - " anthropic.claude-3-haiku-20240307-v1:0"
454455 - " anthropic.claude-3-sonnet-20240229-v1:0"
456+ - " anthropic.claude-3-5-sonnet-20240620-v1:0"
455457
456458 Description : >
457459 If EndOfCallTranscriptSummary is BEDROCK, then choose a model ID from the list of supported models.
You can’t perform that action at this time.
0 commit comments