Skip to content

Commit b07fdcd

Browse files
author
Bob Strahan
committed
Release v0.4.1 with JSON schema updates and UI fixes
1 parent e1c422a commit b07fdcd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.4.1]
9+
10+
### Changed
11+
12+
- **Configuration Library Updates with JSON Schema Support**
13+
- Updated configuration library with JSON schema format for lending package, bank statement, and RVL-CDIP package samples
14+
- Enhanced configuration files to align with JSON Schema Draft 2020-12 format introduced in v0.4.0
15+
- Updated notebooks and documentation to reflect JSON schema configuration structure
16+
17+
### Fixed
18+
19+
- **UI Few Shot Examples Display** - Fixed issue where few shot examples were not displaying correctly from configuration in the Web UI
20+
- **Re-enabled Regex Functionality** - Restored document name and page content regex functionality for Pattern-2 classification that was temporarily missing
21+
22+
823
## [0.4.0]
924

1025
> **⚠️ IMPORTANT NOTICE - SIGNIFICANT CONFIGURATION CHANGES**

src/ui/src/components/json-schema-builder/SchemaInspector.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const SchemaInspector = ({
106106
examples={selectedClass[X_AWS_IDP_EXAMPLES] || []}
107107
onChange={(examples) => onUpdateClass({ [X_AWS_IDP_EXAMPLES]: examples })}
108108
/>
109-
109+
110110
<FormField
111111
label="Document Name Regex (Optional)"
112112
description="Pattern to match document ID/name. When matched, instantly classifies all pages as this type (single-class configs only). Use case-insensitive patterns like (?i).*(invoice|bill).*"

0 commit comments

Comments
 (0)