Build an AI Chatbot with search and RAG
Clone the repo and cd into it
Make sure you have Python 3.9 or 3.10
python -m venv .venv
. ./.venv/bin/activate
# upgrade pip
pip install -U pip
# install requirements
pip install -r requirements.base.txt
gradio app.py
https://docs.google.com/document/d/1HYR7hVZTThbITfbMFM5R0j5-7TcTTfd3RoKAf-ZZXTo/edit?usp=sharing