Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-mdrxyo-1777658790-7be347c.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
To install the LangChain package:
npm install langchain @langchain/core
# Requires Node.js 20+
LangChain provides integrations to hundreds of LLMs and thousands of other integrations. These live in independent provider packages.
# Installing the OpenAI integration
npm install @langchain/openai
# Installing the Anthropic integration
npm install @langchain/anthropic
Now that you have LangChain installed, you can get started by following the Quickstart guide.