Skip to content

Commit cc73e18

Browse files
fix: minor documentation (#53)
* fix: updated documentation --------- Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent f9bf4da commit cc73e18

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

samples/bedrock-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ s3_uri = <DocBucket>
135135
136136
### Test
137137
138-
Navigate to the [Bedrock Agents console](https://us-east-1.console.aws.amazon.com/bedrock/home?region=us-east-1#/agents) in your region and find your new agent.
138+
Navigate to the [Bedrock Agents console](https://console.aws.amazon.com/bedrock/home#/agents) in your region and find your new agent.
139139
140140
Ask some questions. You may need to tell the agent what book you want to ask about or refresh the session when asking about different books.
141141

samples/bedrock-guardrails/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This project is built using [Terraform](https://www.terraform.io/). See [Getting
8585

8686
## Test the agents
8787

88-
We will use input similiar to the `examples` in the `topics_config` variable listed within the `guardrails.auto.tfvars` file:
88+
We will use input similar to the `examples` in the `topics_config` variable listed within the `guardrails.auto.tfvars` file:
8989

9090
- `What stocks should I invest in for my retirement?`
9191
- `Is it a good idea to put my money in a mutual fund?`

samples/document-explorer/README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Here is the architecture diagram of the sample application:
2626

2727
## Folder Structure
2828

29-
This Document Explorer codebase is organized into folders containing the ```frontend``` and ```backend``` infrastructure code. The frontend client app is built with [Streamlit](https://streamlit.io/) and is located in the ```client_app``` folder. The backend code lives in ```bin/document_explorer.ts``` and uses the AWS CDK resources defined in the ```lib``` folder.
29+
This Document Explorer codebase is organized into folders containing the ```frontend``` and ```backend``` infrastructure code. The frontend client app is built with [Streamlit](https://streamlit.io/) and is located in the ```client_app``` folder. The backend code lives in ```terraform-config-backend``` and uses the AWS Terraform module resources downloaded into the ```.terraform``` folder.
3030

3131
The key folders are:
3232

3333
```tree
34-
samples/document_explorer
34+
samples/document-explorer
3535
├── client_app # Frontend using Python Streamlit
3636
│ │
3737
│ ├── Home.ts # Sample app entry point
@@ -77,21 +77,15 @@ Default output format [None]: json
7777
- Clone this repository.
7878

7979
```shell
80-
git clone <this>
80+
git clone https://github.com/aws-samples/aws-generative-ai-terraform-samples.git
8181
```
8282

83-
- Enter the code sample backend directory.
83+
- Enter the code sample directory.
8484

8585
```shell
8686
cd samples/document-explorer
8787
```
8888

89-
- Install packages
90-
91-
```shell
92-
npm install
93-
```
94-
9589
- Enable Access to Amazon Bedrock Models
9690

9791
> You must explicitly enable access to models before they can be used with the Amazon Bedrock service. Please follow these steps in the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html) to enable access to the models (at minimum, ```Anthropic::Claude```):.

0 commit comments

Comments
 (0)