Skip to content

Latest commit

 

History

History
79 lines (42 loc) · 1.84 KB

userGuide.md

File metadata and controls

79 lines (42 loc) · 1.84 KB

Deployment Guide

Please ensure the application is deployed, instructions in the deployment guide here:

Once you have deployed the solution, the following user guide will help you navigate the functions available.

Index Description
Creating Users How to create user profiles
Requesting Model Access How to request model access
Using the Application How to use the application

Creating Users

To create a user, open the AWS Console and do the following:

  1. Navigate to AWS Cognito

image

  1. Open User Pools

image

  1. Click Create User]

image

  1. Fill the user form as marked

image

  1. Click Create User

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

For instance: image

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

Using the Application

  1. Sign in

image

  1. Upload a document

image

image

image

  1. Click on any document (or All Documents) to chat with it

image

  1. Start a conversation and chat with the document

image

  1. Sign out

image