Short description: L1-Curriculam-Langchain — Introductory lesson for the LangChain course.
Introductory materials and warm‑up exercises to get you ready for the LangChain curriculum, tooling, and environment.
ex1.ipynb
- Python 3.9+
- Jupyter Notebook or JupyterLab
- Recommended: a virtual environment
- (Optional) Create and activate a virtual environment.
- Launch Jupyter: open the folder and start the notebook server.
- Start with
curriculam.ipynb, then proceed toex1.ipynb. - Run cells from top to bottom; read inline explanations and comments.
- Use this lesson to understand the learning path and verify your environment setup.
- If a cell fails, check the kernel, restart it, and re-run from the top.
- Understand the structure of this LangChain course and what each level covers.
- Validate your Python/Jupyter setup and dependencies.
- Gain familiarity with running and modifying notebooks in this repository.
- Dr. Partha Majumder