Skip to content

Releases: aimanyounises1/LangChainTutorial

v1.0.0 - Comprehensive LangChain Learning Resource

17 Jan 04:52

Choose a tag to compare

📚 LangChain & LangGraph Tutorial v1.0.0

A comprehensive learning resource for mastering LangChain and LangGraph.

🎯 What's Included

Core Modules:

  • agents/ - Complete agent implementations (ReAct, Tool-calling, Deep Research)
  • chains/ - Chain patterns and LCEL examples
  • rag/ - RAG pipeline implementations
  • langgraph_examples/ - LangGraph workflows and state management
  • docs/ - Documentation and explanations

📖 Documentation

  • LCEL_EXPLANATION.md - LangChain Expression Language guide
  • QUICK_REFERENCE.md - Quick reference for common patterns

🚀 Features

  • Production-ready code patterns
  • Deep research agent implementation
  • Modular, well-organized structure
  • Comprehensive examples for each concept

🛠️ Getting Started

git clone https://github.com/aimanyounises1/LangChainTutorial.git
cd LangChainTutorial
cp .env.example .env
pip install -r requirements.txt

Perfect for developers learning LangChain/LangGraph fundamentals and best practices!