LangChain
Framework for building LLM-powered applications.
LangChain provides building blocks for chaining LLM calls, retrieval-augmented generation, agent loops, and tool use. It runs on Linux as a Python or JavaScript library and is widely used for RAG pipelines.
Install
pip install langchain
