You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ SPDX-License-Identifier: MIT-0
5
5
6
6
## [Unreleased]
7
7
8
+
## [0.3.21]
9
+
8
10
### Added
9
11
10
12
-**Claude Sonnet 4.5 Haiku Model Support**
@@ -19,8 +21,26 @@ SPDX-License-Identifier: MIT-0
19
21
- Simplified CloudWatch results structure for improved readability and analysis
20
22
- Updated error analyzer recommendations to leverage X-Ray insights for more accurate root cause identification
21
23
24
+
-**EU Region Support with Automatic Model Mapping**
25
+
- Added support for deploying the solution in EU regions (eu-central-1, eu-west-1, etc.)
26
+
- Automatic model endpoint mapping between US and EU regions for seamless deployment
27
+
- Comprehensive model mapping table covering Amazon Nova and Anthropic Claude models
28
+
- Intelligent fallback mappings when direct EU equivalents are unavailable
29
+
- Quick Launch button for eu-central-1 region in README and deployment documentation
30
+
- IDP CLI now supports eu-central-1 deployment with automatic template URL selection
31
+
- Complete technical documentation in `docs/eu-region-model-support.md` with best practices and troubleshooting
32
+
22
33
### Changed
23
34
35
+
-**Migrated Evaluation from EventBridge Trigger to Step Functions Workflow**
36
+
- Moved evaluation processing from external EventBridge-triggered Lambda to integrated Step Functions workflow step
37
+
-**Race Condition Eliminated**: Evaluation now runs inside state machine before WorkflowTracker marks documents COMPLETE, preventing premature completion status when evaluation is still running
38
+
-**Config-Driven Control**: Evaluation now controlled by `evaluation.enabled` configuration setting instead of CloudFormation stack parameter, enabling runtime control without stack redeployment
39
+
-**Enhanced Status Tracking**: Added EVALUATING status to document processing pipeline for better visibility of evaluation progress
40
+
-**UI Improvements**: Added support for displaying EVALUATING status in processing flow viewer and "NOT ENABLED" badge when evaluation is disabled in configuration
41
+
-**Consistent Pattern**: Aligns evaluation with summarization and assessment patterns for unified feature control approach
42
+
43
+
24
44
-**Migrated UI Build System from Create React App to Vite**
25
45
- Upgraded to Vite 7 for faster build times
26
46
- Updated to React 18, AWS Amplify v6, react-router-dom v6, and Cloudscape Design System
| US West (Oregon) | us-west-2 |[](https://us-west-2.console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https://s3.us-west-2.amazonaws.com/aws-ml-blog-us-west-2/artifacts/genai-idp/idp-main.yaml&stackName=IDP)|
72
72
| US East (N.Virginia) | us-east-1 |[](https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://s3.us-east-1.amazonaws.com/aws-ml-blog-us-east-1/artifacts/genai-idp/idp-main.yaml&stackName=IDP)|
73
+
| EU Central (Frankfurt) | eu-central-1 |[](https://eu-central-1.console.aws.amazon.com/cloudformation/home?region=eu-central-1#/stacks/create/review?templateURL=https://s3.eu-central-1.amazonaws.com/aws-ml-blog-eu-central-1/artifacts/genai-idp/idp-main.yaml&stackName=IDP)|
73
74
74
75
3. When the stack deploys for the first time, you'll receive an email with a temporary password to access the web UI
75
76
4. Use this temporary password for your first login to set up a permanent password
@@ -138,6 +139,7 @@ To update an existing GenAIIDP stack to a new version:
Copy file name to clipboardExpand all lines: config_library/pattern-1/lending-package-sample/config.yaml
+98-11Lines changed: 98 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ summarization:
67
67
system_prompt: >-
68
68
You are a document summarization expert who can analyze and summarize documents from various domains including medical, financial, legal, and general business documents. Your task is to create a summary that captures the key information, main points, and important details from the document. Your output must be in valid JSON format. \nSummarization Style: Balanced\\nCreate a balanced summary that provides a moderate level of detail. Include the main points and key supporting information, while maintaining the document's overall structure. Aim for a comprehensive yet concise summary.\n Your output MUST be in valid JSON format with markdown content. You MUST strictly adhere to the output format specified in the instructions.
0 commit comments