![]() |
VOOZH | about |
LangChain is a framework that makes it easier to build applications using large language models (LLMs) by connecting them with data, tools and APIs. It helps developers move beyond simple text generation and create intelligent workflows.
This section introduces LangChain and explains its purpose, core features, and main modules for building LLM-powered applications.
This section covers the basic requirements for working with LangChain.
Here you’ll explore the essential parts of LangChain which plays a important role in building efficient, context-aware AI applications.
Prompts are the foundation of LLM interactions. In this section, you’ll learn about prompt templates and how to parse outputs effectively.
Chains helps connect multiple steps into structured workflows, while agents make decisions to build task-oriented, multi-step AI applications.
Memory makes applications more human-like by retaining context across conversations.
This section explains how to store and retrieve information using embeddings, indexing, vector databases and RAG.
LangChain supports integrations with APIs, databases and external tools.
LangChain offers ecosystem tools like LangGraph for workflows, LangSmith for debugging and LCEL for easier development.
This section focuses on real-world projects like:
This part covers customizing agents, handling streaming responses, tracing and callbacks for LangChain apps.