End-to-end-RAG-using-Amazon-Bedrock

How to run?

1.Create a new environment

conda create -n llmapp python=3.8 -y 

2.Activate the environment

conda activate llmapp 

3.Install the requirements package

pip install -r requirements.txt

4. run your application

streamlit run main.py