8 related articles

A deep dive into LangChain 0.3's module architecture, message abstraction, prompt templates, output parsers, LCEL chains, LangSmith tracing, and LangGraph for mastering LLM application development.

Deep breakdown of a popular AI large model learning roadmap covering LangChain, RAG, Agent, and LoRA fine-tuning across three stages, with analysis of its strengths and limitations for career changers.

A systematic guide to LangChain covering environment setup, model invocation, Prompt Templates, Output Parsers, LCEL chain expressions, and hands-on RAG implementation for beginners.

A systematic guide covering the evolution from traditional AI agents to Deep Agents, including core architectures, four development stages, technical features, and practical developer guidance.

Deep dive into LangGraph's core positioning, its relationship with LangChain, practical code comparisons of Chain vs Graph, understanding Agent essentials, and multi-agent orchestration design.
TutorialsDetailed guide to LangChain core modules including prompt templates, output parsers, Chain invocation, LCEL expression language, and LangSmith tracing tools for LLM application development.
TutorialsA detailed comparison of LangChain's two model invocation approaches, focusing on init_chat_model unified interface usage and tips for avoiding DeepSeek V4 Pro Thinking Mode pitfalls in Agent scenarios.
TutorialsDeep dive into LangChain's three core concepts—Components, Chains, and Agents. Learn how this open-source framework connects LLMs to the external world and helps developers build enterprise AI apps.