- Python 3.11+
git clone https://github.com/ThomasJanssen-tech/Chatbot-with-RAG-and-LangChain.git
cd Chatbot-with-RAG-and-LangChain
python -m venv venv
venv\Scripts\Activate
(or on Mac): source venv/bin/activate
pip install -r requirements.txt
-
Open a terminal in VS Code
-
Execute the following command:
python ingest_database.py
python chatbot.py