Skip to content

Commit af2c0b2

Browse files
author
Bob Strahan
committed
feat: add page limit configuration for classification control and bump to v0.3.16-rc1
1 parent 9de645a commit af2c0b2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 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

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-rc1

0 commit comments

Comments
 (0)