Skip to content

Commit 23c10ad

Browse files
author
Bob Strahan
committed
Merge branch 'develop' of ssh.gitlab.aws.dev:genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator into develop
2 parents 829d547 + d031b70 commit 23c10ad

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ SPDX-License-Identifier: MIT-0
55

66
## [Unreleased]
77

8+
### Added
9+
810
## [0.3.16]
911

1012
### Added
@@ -14,6 +16,13 @@ SPDX-License-Identifier: MIT-0
1416
- Custom resource Lambda implementation for S3 vector bucket and index management (using boto3 s3vectors client) with proper IAM permissions and resource cleanup
1517
- Unified Knowledge Base interface supporting both vector store types with automatic resource provisioning based on user selection
1618

19+
- **Page Limit Configuration for Classification Control**
20+
- Added `maxPagesForClassification` configuration option to control how many pages are used during document classification
21+
- **Default Behavior**: `"ALL"` - uses all pages for classification (existing behavior)
22+
- **Limited Page Classification**: Set to numeric value (e.g., `"1"`, `"2"`, `"3"`) to classify only the first N pages
23+
- **Important**: When using numeric limit, the classification result from the first N pages is applied to ALL pages in the document, effectively forcing the entire document to be assigned a single class with one section
24+
- **Use Cases**: Performance optimization for large documents, cost reduction for documents with consistent classification patterns, simplified processing for homogeneous document types
25+
1726
- **CloudFormation Service Role for Delegated Deployment Access**
1827
- Added example CloudFormation service role template that enables non-administrator users to deploy and maintain IDP stacks without requiring ongoing administrator permissions
1928
- Administrators can provision the service role once with elevated privileges, then delegate deployment capabilities to developer/DevOps teams
@@ -26,6 +35,7 @@ SPDX-License-Identifier: MIT-0
2635
- Fix occasional UI error 'Failed to get document details - please try again later' - resolves #58
2736
- Fixed UI zipfile creation to exclude .aws-sam directories and .env files from deployment package
2837
- Added security recommendation to set LogLevel parameter to WARN or ERROR (not INFO) for production deployments to prevent logging of sensitive information including PII data, document contents, and S3 presigned URLs
38+
- Hardened several aspects of the new Discovery feature
2939

3040
## [0.3.15]
3141

VERSION

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

0 commit comments

Comments
 (0)