Skip to content

fix(doc): fix instructions in bda sample #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/multimodal-rag/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ git clone https://github.com/aws-samples/generative-ai-cdk-constructs-samples.gi
Enter the backend directory

```shell
cd samples/bedrock-bda-media-solution/backend
cd samples/multimodal-rag/backend
```

### Create Python virtual environment
Expand Down
2 changes: 1 addition & 1 deletion samples/multimodal-rag/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Welcome to the demo frontend application. With this, you'll be able to upload an
2. Enter the frontend directory

```shell
cd samples/bedrock-bda-media-solution/frontend
cd samples/multimodal-rag/frontend
```

3. After successfully deploying your back-end stack, you can easily find the information required for the next step by inspecting to Amazon API Gateway and/or Amazon CloudFormation console.
Expand Down