A fully functional web app for RAG chatbot with AWS bedrock
# Clone the repository
Project repo: https://github.com/
# STEP 01- Create a virtual environment after opening the repository
python -m venv venv
source venv/Scripts/activate
# STEP 02- install the requirements
pip install -r requirements.txt
# Run the following command
python -m uvicorn main:app --reload
Now,
open up localhost:- Python
- AWS S3
- AWS IAM
- AWS bedrock
3. Create the Knowledge base and Vector store, choose the AI model from AWS Bedrock, and sync the S3 bucket with the knowledge base
# Run the following command
python -m uvicorn web_app:app --reload
