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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,9 @@ SPDX-License-Identifier: MIT-0
22
22
23
23
### Fixed
24
24
25
+
-**Fixed** Nova 2.0 fine-tuning failure (`Invalid input error: Nova 2.0 doesn't support validation set`) — Nova 2.x models do not support validation datasets in the Bedrock `CreateModelCustomizationJob` API. The `finetuning_job_creator` Lambda and `ModelFinetuningService` now detect Nova 2.x models and skip the `validationDataConfig` parameter. Validation data is still generated and stored in S3 for internal metrics, but is no longer passed to the Bedrock API for these models. Added `model_capabilities` section to `finetuning_models.yaml` for config-driven control.
26
+
-**Fixed** agentic extraction crash (`TypeError: unsupported format string passed to NoneType.__format__`) when table parsing stats contain `None` values for `avg_confidence` or `parse_success_rate`.
27
+
-**Fixed** agentic extraction `map_table_to_schema` producing phantom empty rows from non-matching tables (e.g. account_summary rows prepended to transaction_details), causing list item ordering to be shifted by several positions.
25
28
-**Error Analyzer model selection** — The agent was using the Chat Companion's model instead of its own configured model.
26
29
-**Error Analyzer log processing** — Fixed early termination that stopped searching after the first Lambda function with errors; now searches all relevant log groups.
27
30
-**Error Analyzer log truncation** — Fixed handling of long log messages to trim them rather than skip them entirely.
Copy file name to clipboardExpand all lines: docs/custom-model-finetuning.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ Custom Model Fine-tuning is available to **Admin** and **Author** roles. The Gra
38
38
39
39
## Prerequisites
40
40
41
+
-**Deployed in `us-east-1` region**: Custom Model Fine-Tuning is only available when the IDP Accelerator is deployed to the `us-east-1` AWS region. The Custom Models navigation link is automatically hidden in deployments to other regions.
Copy file name to clipboardExpand all lines: docs/nova-finetuning.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ This guide provides comprehensive step-by-step instructions for fine-tuning Amaz
24
24
25
25
## Prerequisites
26
26
27
+
> **Region Availability**: Nova fine-tuning is only available in the `us-east-1` AWS region. Ensure your IDP Accelerator stack is deployed to `us-east-1` to use this feature. The Custom Models UI is automatically hidden in deployments to other regions.
0 commit comments