This project is a collection of tutorials on LangGraph / LangChain / LLMs, a library for building stateful, multi-actor applications with LLMs. Each tutorial is self-contained and can be run independently and is for practice and learning purposes only.
Many thanks to many other developers out there who have contributed and teach others how to use LangGraph / LangChain / LLMs. These tutorials are not possible without their work. I do not take any credit for these tutorials. My goal is to provide a simple easy way to run the tutorials, so that others can learn and implement these technologies.
Before you begin, ensure you have the following installed:
- Python 3.12 or higher
- pip (Python package installer)
- Git
First, clone the repository to your local machine:
Please make sure to install the dependencies mentioned in the requirements.txt file. Each tutorial has its own dependencies.