Skip to content

Commit 1969b23

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 4b67291 + e690657 commit 1969b23

File tree

4 files changed

+637
-1
lines changed

4 files changed

+637
-1
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This folder contains detailed documentation on various aspects of the GenAI Inte
1212
- [Web UI](./web-ui.md) - Web interface features and usage
1313
- [Agent Analysis](./agent-analysis.md) - Natural language analytics and data visualization feature
1414
- [Knowledge Base](./knowledge-base.md) - Document knowledge base query feature
15+
- [Post-Processing Lambda Hook](./post-processing-lambda-hook.md) - Custom downstream processing integration
1516
- [Evaluation Framework](./evaluation.md) - Accuracy assessment system
1617
- [Assessment Feature](./assessment.md) - Extraction confidence evaluation using LLMs
1718
- [Configuration](./configuration.md) - Configuration and customization options

docs/architecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ The solution supports an optional post-processing Lambda hook integration:
277277
- Custom notification systems
278278
- Receives the document processing details and output location
279279

280+
For comprehensive implementation guidance, use cases, and code examples, see [post-processing-lambda-hook.md](./post-processing-lambda-hook.md).
281+
280282
## Additional Documentation
281283

282284
- [classification.md](./classification.md) - Details on document classification capabilities

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Key parameters that can be configured during CloudFormation deployment:
158158
- `EvaluationAutoEnabled`: Enable automatic accuracy evaluation (default: true)
159159
- `DocumentKnowledgeBase`: Enable document knowledge base functionality
160160
- `KnowledgeBaseModelId`: Bedrock model for knowledge base queries
161-
- `PostProcessingLambdaHookFunctionArn`: Optional Lambda ARN for custom post-processing
161+
- `PostProcessingLambdaHookFunctionArn`: Optional Lambda ARN for custom post-processing (see [post-processing-lambda-hook.md](post-processing-lambda-hook.md) for detailed implementation guidance)
162162
- `BedrockGuardrailId`: Optional Bedrock Guardrail ID to apply
163163
- `BedrockGuardrailVersion`: Version of Bedrock Guardrail to use
164164

0 commit comments

Comments
 (0)