This repo assumes you have infrastructure setup in place which includes
- Setting up Bedrock model access
- Creating knowledgebase
- Creating Agent
This also assumes that you have AWS access setup from where you are running the streamlit application.
Changes to the above coming soon.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run src/main.py -- --agent_id=123456 --agent_alias_id=123456