Tutorials
New to LangChain or to LLM app development in general? Read this material to quickly get up and running.
Basicsβ
Working with external knowledgeβ
- Build a Retrieval Augmented Generation (RAG) Application
- Build a Conversational RAG Application
- Build a Question/Answering system over SQL data
- Build a Query Analysis System
- Build a local RAG application
- Build a Question Answering application over a Graph Database
- Build a PDF ingestion and Question/Answering system
Specialized tasksβ
LangGraph.jsβ
LangGraph.js is an extension of LangChain aimed at building robust and stateful multi-actor applications with LLMs by modeling steps as edges and nodes in a graph.
LangGraph.js documentation is currently hosted on a separate site. You can peruse LangGraph.js tutorials here.
LangSmithβ
LangSmith allows you to closely trace, monitor and evaluate your LLM application. It seamlessly integrates with LangChain, and you can use it to inspect and debug individual steps of your chains as you build.
LangSmith documentation is hosted on a separate site. You can peruse LangSmith tutorials here.