Skip to content

Commit 8d56a8a

Browse files
author
Bob Strahan
committed
> Bump version to 0.4.6-wip3 with Test Studio, MCP integration, new LLM models, and S3 principal fix
1 parent 715a50a commit 8d56a8a

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

CHANGELOG.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,28 @@ SPDX-License-Identifier: MIT-0
77

88
### Added
99

10-
- **Amazon Nova 2 Lite Model Support**
10+
- **New State-Of-The-Art LLM Model Support**
1111
- Added support for Amazon Nova 2 Lite model (`us.amazon.nova-2-lite-v1:0`, `eu.amazon.nova-2-lite-v1:0`)
12-
- Available for configuration across all document processing steps
13-
- Added to prompt caching supported models list
14-
15-
- **Anthropic Claude Opus 4.5 Model Support**
1612
- Added support for Claude Opus 4.5 model (`us.anthropic.claude-opus-4-5-20251101-v1:0`, `eu.anthropic.claude-opus-4-5-20251101-v1:0`)
13+
- Added support for Qwen 3 VL model (`qwen.qwen3-vl-235b-a22b`)
1714
- Available for configuration across all document processing steps
18-
- Added to prompt caching supported models list
1915

20-
- **Qwen Model Support**
21-
- Added support for Qwen 3 VL model (`qwen.qwen3-vl-235b-a22b`)
22-
- Available for configuration in document processing workflows
16+
- **Test Studio for Comprehensive Test Management and Analysis**
17+
- Added unified web interface for managing test sets, running tests, and analyzing results directly from the UI
18+
- **Test Sets Tab**: Create and manage reusable test collections with three creation methods:
19+
- Pattern-based creation with file patterns to match existing data sets (Input Bucket and Test Set Bucket)
20+
- Zip upload with automatic extraction of `input/` and `baseline/` folder structure
21+
- **Test Executions Tab**: Unified interface combining test execution and results management:
22+
- Real-time status monitoring
23+
- Multi-select comparison for side-by-side test analysis
24+
- Integrated export and delete operations
25+
- **Key Features**: File structure validation, progress-aware status updates, cached metrics for improved performance, dual bucket support for flexible test organization
26+
- **Documentation**: Guide in `docs/test-studio.md` with architecture details and workflow examples
27+
28+
- **MCP Integration for External Application Access**
29+
- Added MCP (Model Context Protocol) integration enabling external applications (like Amazon Quick Suite) to access IDP analytics through AWS Bedrock AgentCore Gateway with secure OAuth 2.0 authentication
30+
- Implemented Analytics Agent with `search_genaiidp` tool for natural language queries of processed document data (statistics, trends, confidence scores, processing status)
31+
- Controlled by `EnableMCP` parameter (default: true); provides MCPServerEndpoint and authentication outputs for external application integration; documentation in `docs/mcp-integration.md`
2332

2433
- **Configurable Section Splitting Strategies for Enhanced Document Segmentation Control**
2534
- Added new `sectionSplitting` configuration option to control how classified pages are grouped into document sections
@@ -42,7 +51,8 @@ SPDX-License-Identifier: MIT-0
4251
- Set temperature to 0.0 in discovery config for deterministic discovery output (was previously set to 1.0)
4352
- Set top_p to 0.0 in all repo config files to force use of temperature setting by default.
4453

45-
- 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.
54+
- **Removed page image limit entirely across all IDP services**
55+
- removed image limits from multimodal inference steps (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.
4656
- Resolves #147
4757

4858
### Fixed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.6-wip2
1+
0.4.6-wip3

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7371,7 +7371,7 @@ Resources:
73717371
Properties:
73727372
FunctionName: !Ref TestSetZipExtractorFunction
73737373
Action: lambda:InvokeFunction
7374-
Principal: s3.amazonaws.com
7374+
Principal: s3.${AWS::URLSuffix}
73757375
SourceArn: !GetAtt TestSetBucket.Arn
73767376

73777377
TestSetZipExtractorFunctionLogGroup:

0 commit comments

Comments
 (0)