Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-opensw-1780069467-dc8133d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
To install the LangChain package:
pip install -U langchain
# Requires Python 3.10+
LangChain provides integrations to hundreds of LLMs and thousands of other integrations. These live in independent provider packages.
# Installing the OpenAI integration
pip install -U langchain-openai
# Installing the Anthropic integration
pip install -U langchain-anthropic
Now that you have LangChain installed, you can get started by following the Quickstart guide.
Set up LangSmith tracing to debug your first LangChain app. Follow the tracing quickstart to get started. We recommend you also set up LangSmith Engine which monitors your traces, detects issues, and proposes fixes.