Skip to content

Commit cf29505

Browse files
committed
fix(docs): update changelog for resolved issues with Nova 2.0, agentic extraction, and model selection
1 parent ba0fb6a commit cf29505

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ SPDX-License-Identifier: MIT-0
2222

2323
### Fixed
2424

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.
2625
- **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`.
2726
- **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.
2827
- **Error Analyzer model selection** — The agent was using the Chat Companion's model instead of its own configured model.

0 commit comments

Comments
 (0)