Skip to content

Commit

Permalink
include model access instructions to user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmwita committed Aug 30, 2024
1 parent 3cc90fb commit c0a784c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added docs/images/model_access.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/userGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Once you have deployed the solution, the following user guide will help you navi
| Index | Description |
| -------- | ------- |
| [Creating Users](#creating-users) | How to create user profiles |
| [Requesting Model Access](#requesting-model-access) | How to request model access |
| [Using the Application](#using-the-application) | How to use the application |

## Creating Users
Expand All @@ -34,6 +35,21 @@ To create a user, open the AWS Console and do the following:
The user should now be created. You can now login into the application.


## Requesting Model Access
To request model access:

1. Navigate to Amazon Bedrock

2. On the left panel, select `Model Access` under `Bedrock Configurations`

3. Request access to the Embedding and LLM models you specified in the [deployment stack](../backend/lib/document-chat.ts)

For instance:
![image](./images/model_access.png)

Model access should be granted immediately. You can now begin using the application.


## Using the Application

1. Sign in
Expand Down

0 comments on commit c0a784c

Please sign in to comment.