Skip to content

docs: update langchain docs#2683

Open
daveomri wants to merge 2 commits into
apify:masterfrom
daveomri:docs/update-langchain-docs
Open

docs: update langchain docs#2683
daveomri wants to merge 2 commits into
apify:masterfrom
daveomri:docs/update-langchain-docs

Conversation

@daveomri

@daveomri daveomri commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Expands the LangChain integration page with the dedicated Actor tools shipped in langchain-apify (the three APIFY_*_TOOLS sets, direct tool invocation, agent binding, RAG retrieval, and a full tool reference). Also bumps the examples to APIFY_TOKEN and gpt-5-mini.

Warning

Do not merge yet. These tools depend on the new langchain-apify release — hold until that package is published, then verify the imports and tool names against the shipped version.

@daveomri daveomri marked this pull request as ready for review June 26, 2026 12:00
@daveomri daveomri requested a review from marcel-rbro as a code owner June 26, 2026 12:00
@@ -38,7 +39,7 @@ Find your [Apify API token](https://console.apify.com/settings/integrations) and

```python
os.environ["OPENAI_API_KEY"] = "Your OpenAI API key"
os.environ["APIFY_API_TOKEN"] = "Your Apify API token"
os.environ["APIFY_TOKEN"] = "Your Apify API token"
```

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a verified change? The langchain readme (https://github.com/apify/langchain-apify) still uses APIFY_API_TOKEN.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup yup, I updated it based on @MQ37 suggestion in this review apify/langchain-apify#28 (comment)


## Tool reference

Every dedicated tool below is importable from `langchain_apify`. For full parameter tables, see the [LangChain Apify provider page](https://docs.langchain.com/oss/python/integrations/providers/apify).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The list of parameters is currently not on the langchain docs page. Will it be published sometime later?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I will open the LangChain docs PR once we merge the new code version.

Comment thread sources/platform/integrations/ai/langchain.md
Comment thread sources/platform/integrations/ai/langchain.md Outdated
Comment thread sources/platform/integrations/ai/langchain.md Outdated
Comment thread sources/platform/integrations/ai/langchain.md Outdated
Comment thread sources/platform/integrations/ai/langchain.md Outdated
Comment thread sources/platform/integrations/ai/langchain.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants