Skip to content

Commit af5e9e9

Browse files
author
Bob Strahan
committed
docs: add Bedrock model access requirements and improve sample file links
1 parent 5f91075 commit af5e9e9

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ After deployment, you can quickly process a document and view results:
7272
- **Via S3**: Upload directly to the S3 input bucket (find the bucket URL in CloudFormation stack Outputs)
7373

7474
2. **Use Sample Documents**:
75-
- For Pattern 1 (BDA): Use `samples/lending_package.pdf`
76-
- For Patterns 2 and 3: Use `samples/rvl_cdip_package.pdf`
75+
- For Pattern 1 (BDA): Use [samples/lending_package.pdf](./samples/lending_package.pdf)
76+
- For Patterns 2 and 3: Use [samples/rvl_cdip_package.pdf](./samples/rvl_cdip_package.pdf)
7777

7878
3. **Monitor Processing**:
7979
- **Via Web UI**: Track document status on the dashboard
@@ -85,6 +85,10 @@ After deployment, you can quickly process a document and view results:
8585

8686
See the [Deployment Guide](./docs/deployment.md#testing-the-solution) for more detailed testing instructions.
8787

88+
IMPORTANT: If you have not previously done so, you must [request access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html) to the following Amazon Bedrock models:
89+
- Amazon: All Nova models, plus Titan Text Embeddings V2
90+
- Anthropic: Claude 3.x models, Claude 4.x models
91+
8892
## Updating an Existing Deployment
8993

9094
To update an existing GenAIIDP stack to a new version:

docs/deployment.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ This guide covers how to deploy, build, publish, and test the GenAI Intelligent
77

88
## Deployment Options
99

10+
**IMPORTANT PREREQUISITE:** If you have not previously done so, you must [request access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html) to the following Amazon Bedrock models:
11+
- Amazon: All Nova models, plus Titan Text Embeddings V2
12+
- Anthropic: Claude 3.x models, Claude 4.x models
13+
1014
There are two ways to deploy the GenAIIDP solution:
1115

1216
1. [Quick Start with Pre-built Assets](#option-1-deploy-with-pre-built-assets)
@@ -140,8 +144,8 @@ To update an existing GenAIIDP deployment to a new version:
140144
1. Open the `S3InputBucketConsoleURL` and `S3OutputBucketConsoleURL` from the stack Outputs tab
141145
2. Open the `StateMachineConsoleURL` from the stack Outputs tab
142146
3. Upload a PDF form to the Input bucket (sample files are in the `./samples` folder):
143-
- For Pattern-1 BDA default project: use `samples/lending_package.pdf`
144-
- For Patterns 2 and 3 default configurations: use `samples/rvl_cdip_package.pdf`
147+
- For Pattern-1 BDA default project: use [samples/lending_package.pdf](../samples/lending_package.pdf)
148+
- For Patterns 2 and 3 default configurations: use [samples/rvl_cdip_package.pdf](../samples/rvl_cdip_package.pdf)
145149
4. Monitor the Step Functions execution to observe the workflow
146150
5. When complete, check the Output bucket for the structured JSON file with extracted fields
147151

0 commit comments

Comments
 (0)