8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
LangChain
LangChain menu
LangChain Tutorial
A framework for building LLM applications — chains, agents and tool use.
Start the LangChain tutorial →
What you'll learn
1. LangChain Introduction
What LangChain is, the problem it solves, and how to install it.
2. Chains & Prompt Templates
Prompt templates, a simple prompt-model-parser chain, and why chaining steps together is useful.
3. Memory & Conversational Chains
Buffer, window, summary and token-limited memory patterns, and a complete conversational chain example.
4. Agents & Tools
What a LangChain agent is, tool selection with a calculator and search example, and the think-act-observe loop.
5. Retrieval Chains & RAG Integration
Wiring a vector store into a LangChain retriever and composing a full retrieval-augmented generation chain.
6. Production Patterns & Error Handling
Retries with backoff, timeouts, streaming responses, and controlling LLM API cost in a real application.
7. Observability & Debugging
Tracing chain execution step by step, and the common failure modes that only show up when you look inside a chain.
8. LangChain Interview Questions
Commonly asked LangChain interview questions with clear, practical answers.