---
title: LangChain ecosystem
url: https://docs.apify.com/integrations/langchain-ecosystem.md
parents:
  - [Apify documentation](https://docs.apify.com/llms.txt)
  - [Integrations](https://docs.apify.com/integrations.md)
  - [AI](https://docs.apify.com/integrations/ai.md)
children:
  - [LangChain](https://docs.apify.com/integrations/langchain.md)
  - [LangGraph](https://docs.apify.com/integrations/langgraph.md)
previous: [Hermes Agent](https://docs.apify.com/integrations/hermes-agent.md)
next: [LangChain](https://docs.apify.com/integrations/langchain.md)
---

> ## Documentation index
> Fetch the complete documentation index at: https://docs.apify.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LangChain ecosystem

Apify integrates with the LangChain ecosystem in two places: LangChain itself, for loading web data and calling Actors as tools, and LangGraph, for stateful, multi-agent workflows. Both ship in the same [langchain-apify](https://github.com/apify/langchain-apify) package, so one install covers both.

## What you can build

Both pages cover the same package. Pick the one that matches how you want to call Actors:

https://docs.apify.com/integrations/langchain.md

#### [LangChain](https://docs.apify.com/integrations/langchain.md)

[Wrap Apify Actors as LangChain tools, load crawled pages into a vector index, and retrieve documents for RAG.](https://docs.apify.com/integrations/langchain.md)

https://docs.apify.com/integrations/langgraph.md

#### [LangGraph](https://docs.apify.com/integrations/langgraph.md)

[Bind Apify tools to stateful, multi-agent LangGraph workflows and stream an agent's steps as it works.](https://docs.apify.com/integrations/langgraph.md)
