Releases: aws-samples/amazon-transcribe-post-call-analytics
Releases · aws-samples/amazon-transcribe-post-call-analytics
v0.7.11
[0.7.11] - 2024-10-09
Added
- Disable checking if Bedrock models are enabled (default is set to true i.e check it which is the right setting for most cases).
- Allow users to sign-up for access to Web UI when AllowedSignUpEmailDomain is populated (disable if left blank. enabled for all domains if * is entered).
V0.7.10
[0.7.10] - 2024-08-12
Added
- Allow Kendra Capacity to be specified (Enterprise Edition only) PR #250
- Make deployment of the PCA UI stack conditional (i.e. deploy server only) #264
Fixed
- Fix: When choosing Kendra option, PCA fails to deploy in new AWS accounts due to CodeCommit deprecation for new accounts. #265
- NOTE you will be asked to create a new password for the MediaSearch Finder app when you update an existing PCA stack with Kendra Transcript search enabled.
- Modified the LLM prompt for Titan Express - remove the Human and Assistant strings when Titan Express is selected. PR #244
- Dependabot PRs.
v0.7.9
v0.7.8
v0.7.7
v0.7.6
[0.7.6] - 2024-02-16
Added
- PCA UI now shows the status of the step function workflow for each call.
- Added support for the new Transcribe Call Analytics generative call summarization option.
Fixed
- Dependabot updates for PCA
- #234 Fix exception for files that contain no speech segments.
- Fix input bucket trigger to not create a DynamoDB record for metadata files.
- Updated NodeJS to v16.
- Fix bug when deploying with Amazon Titan Text Express.
v0.7.5
[0.7.5] - 2024-01-17
Added
- Support for larger prompts by storing LLMPromptSummaryTemplate in S3 rather than SSM. By default, the CF template will migrate existing SSM prompts to DynamoDB.
Fixed
v0.7.4
v0.7.3
[0.7.3] - 2023-10-11
Fixed
- #187 - Got error message in PostCallAnalyticsWorkflow step function
- #189 - Uploading some MP3 files fails to trigger workflow - files remain unprocessed
- #190 - Transcription search web UI opens with an error page after deployment
- #199 - BedrockBoto3 stack update failure when lambda function is replaced during update
v0.7.2
[0.7.2] - 2023-10-03
Fixed
- Enable Bedrock GA by default for call summarization and chat/generative query
- Prompt updates for Bedrock GA release (formatting, multiple prompts per call)
- Updated GenerativeAI README and main README with model access details
- Links to the LLM Parameter Store Prompts from the CloudFormation Output
- Adaptive retries for SSM GetParameter and InvokeModel to prevent throttling errors