What is LangChain?
Framework for building applications powered by large language models (LLMs).
Main Goal:
Chain components together, connect LLMs to data sources, and enable agency for LLMs.
Key Abstraction:
Chains and composability, especially using the LangChain Expression Language (LCEL).