This repository contains various Jupyter notebooks covering Chatbots, RAGs, and LangServe using LangChain.
Create a virtual environment and install dependencies:
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
pip install -r requirements.txt
Start Jupyter Notebook and explore the provided examples:
jupyter notebook