Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
Python
pip install -U langchain # 需要 Python 3.10+
uv add langchain # 需要 Python 3.10+
# 安装 OpenAI 集成 pip install -U langchain-openai # 安装 Anthropic 集成 pip install -U langchain-anthropic
# 安装 OpenAI 集成 uv add langchain-openai # 安装 Anthropic 集成 uv add langchain-anthropic