Skip to content

Commit fa667ad

Browse files
author
Bob Strahan
committed
> Update CHANGELOG.md to document temperature and top_p configuration changes in discovery and repo config files
1 parent cf860b4 commit fa667ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ SPDX-License-Identifier: MIT-0
2525
- **Key Benefits**: Enables proper deterministic output with `temperature=0.0`, more intuitive parameter behavior, aligns with model provider best practices (Anthropic recommends `temperature=0` for consistent outputs)
2626
- **Affected Components**: Bedrock client (`lib/idp_common_pkg/idp_common/bedrock/client.py`), Agentic extraction service (`lib/idp_common_pkg/idp_common/extraction/agentic_idp.py`)
2727
- **Configuration Guidance**: Set `top_p: 0` to use `temperature` parameter; set `top_p` to positive value to override temperature
28-
- **Backward Compatibility**: Existing configs continue to work; users can now properly configure deterministic output
28+
- Set temperature to 0.0 in discovery config for deterministic discovery output (was previously set to 1.0)
29+
- Set top_p to 0.0 in all repo config files to force use of temperature setting by default.
2930

3031
- Removed page image limit entirely across all IDP services (classification, extraction, assessment) following Amazon Bedrock API removal of image count restrictions. The system now processes all document pages without artificial truncation, with info logging to track image counts for monitoring purposes.
3132
- Resolves #147

0 commit comments

Comments
 (0)