This repository contains resources to deploy a demo Q&A application using knowledge bases. A streamlit web application will be deployed to ECS.
npm install
cdk deploy
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}