You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Selective Reprocessing**: Only modified sections are reprocessed while preserving existing data for unmodified sections
16
+
-**Processing Pipeline**: All functions (OCR/Classification/Extraction/Assessment) automatically skip redundant operations based on data presence
17
+
-**Pattern Compatibility**: Full functionality for Pattern-2/Pattern-3, informative modal for Pattern-1 explaining BDA not yet supported
18
+
19
+
-**Analytics Agent Schema Optimization for Improved Performance**
20
+
-**Embedded Database Overview**: Complete table listing and guidance embedded directly in system prompt (no tool call needed)
21
+
-**On-Demand Detailed Schemas**: `get_table_info(['specific_tables'])` loads detailed column information only for tables actually needed by the query
22
+
-**Significant Performance Gains**: Eliminates redundant tool calls on every query while maintaining token efficiency
23
+
-**Enhanced SQL Guidance**: Comprehensive Athena/Trino function reference with explicit PostgreSQL operator warnings to prevent common query failures like `~` regex operator mistakes
24
+
-**Faster Time-to-Query**: Agent has immediate access to table overview and can proceed directly to detailed schema loading for relevant tables
25
+
26
+
### Fixed
27
+
- Fix missing data in Glue tables when using a document class that contains a dash (-).
Copy file name to clipboardExpand all lines: docs/web-ui.md
+60Lines changed: 60 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,66 @@ The solution includes a responsive web-based user interface built with React tha
26
26
-**Document Process Flow visualization** for detailed workflow execution monitoring and troubleshooting
27
27
-**Document Analytics** for querying and visualizing processed document data
28
28
29
+
## Edit Sections
30
+
31
+
The Edit Sections feature provides an intelligent interface for modifying document section classifications and page assignments, with automatic reprocessing optimization for Pattern-2 and Pattern-3 workflows.
32
+
33
+
### Key Capabilities
34
+
35
+
-**Section Management**: Create, update, and delete document sections with validation
36
+
-**Classification Updates**: Change section document types with real-time validation
37
+
-**Page Reassignment**: Move pages between sections with overlap detection
38
+
-**Intelligent Reprocessing**: Only modified sections are reprocessed, preserving existing data
39
+
-**Immediate Feedback**: Status updates appear instantly in the UI
40
+
-**Pattern Compatibility**: Available for Pattern-2 and Pattern-3, with informative guidance for Pattern-1
41
+
42
+
### How to Use
43
+
44
+
1. Navigate to a completed document's detail page
45
+
2. In the "Document Sections" panel, click the "Edit Sections" button
46
+
3.**For Pattern-2/Pattern-3**: Enter edit mode with inline editing capabilities
-**Classification**: Skips if pages already classified
70
+
-**Extraction**: Skips if sections have extraction data
71
+
-**Assessment**: Skips if extraction results contain assessment data
72
+
-**Selective Reprocessing**: Only modified sections lose their data and get reprocessed
73
+
74
+
### Pattern Compatibility
75
+
76
+
#### Pattern-2 and Pattern-3 Support
77
+
-**Full Functionality**: Complete edit capabilities with intelligent reprocessing
78
+
-**Performance Optimization**: Automatic selective processing for efficiency
79
+
-**Data Preservation**: Unmodified sections retain all processing results
80
+
81
+
#### Pattern-1 Information
82
+
Pattern-1 uses **Bedrock Data Automation (BDA)** with automatic section management. When Edit Sections is clicked, users see an informative modal explaining:
-**Alternative Workflows**: Available options like "View/Edit Data", Configuration updates, and document reprocessing
86
+
-**Future Considerations**: Guidance on using Pattern-2/Pattern-3 for fine-grained section control
87
+
88
+
29
89
## Document Analytics
30
90
31
91
The Document Analytics feature allows users to query their processed documents using natural language and receive results in various formats including charts, tables, and text responses.
0 commit comments