Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.52 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.52 KB

Airport-Bot-GenerativeAI

GenerativeAI chatbot framework for Airports. This bot can provide all sorts of information which is publically available on the websites.

Architecture

Arch Image

Run Locally

Clone the project

  git clone https://github.com/ASUCICREPO/Airport-Bot-genAI.git

Go to the project directory

  cd Airport-Bot-genAI/cdk-typescript

Install Typescript and then aws-cdk

  npm -g install typescript
  npm -g install aws-cdk

Verify cdk installation by

  cdk --version

Install dependencies

  npm install

Check that your system has access to make AWS calls , then run the cdk stack.

kendraIndexId: Index which has a crawler data source which will crawl the website and indexes the content. Optional

website: website link which will be added in the data source if not already provided otherwise in a disclaimer for users. Mandatory

page_title: Set page title of the frontend. Mandatory

 cdk bootstrap 
 cdk deploy --context kendraIndexId=123456677890 --context website='abc.com' --context page_title='Airport Bot'

Creators