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.
🚀 Share how you're building agents for a chance to win LangChain swag!
TypeScript
npm install langchain @langchain/core # Requires Node.js 20+
pnpm add langchain @langchain/core # Requires Node.js 20+
yarn add langchain @langchain/core # Requires Node.js 20+
bun add langchain @langchain/core # Requires Node.js 20+
# Installing the OpenAI integration npm install @langchain/openai # Installing the Anthropic integration npm install @langchain/anthropic
# Installing the OpenAI integration pnpm install @langchain/openai # Installing the Anthropic integration pnpm install @langchain/anthropic
# Installing the OpenAI integration yarn add @langchain/openai # Installing the Anthropic integration yarn add @langchain/anthropic
# Installing the OpenAI integration bun add @langchain/openai # Installing the Anthropic integration bun add @langchain/anthropic
Was this page helpful?