Skip to content

jean-farmer/bedrock-kb-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QA Application with Bedrock and Knowledge Bases

This repository contains resources to deploy a demo Q&A application using knowledge bases. A streamlit web application will be deployed to ECS.

Deploy Infra

Install the needed dependencies

npm install

Deploy the CDK Infrastructure

cdk deploy

Sync KB

2 outputs will be generated from cloudformation

DataSourceId 
KnowledgeBaseId

These IDs can be used to sync your KB. NOTE: This will have to be run prior to first app use

./scripts/sync-kb.sh ${KnowledgeBaseId} ${DataSourceId}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published