Chapter 1.1 - LangChain Core Concepts
LangChain provides a unified interface for composing Large Language Models with external data, tools, and memory modules.
Chapter 1.2 - LCEL Pipeline Architecture
LangChain Expression Language (LCEL) is a declarative syntax designed to build complex, production-grade pipelines using the pipe operator (|).