[PR #2796] docs(you): add langchain-youdotcom standalone package integration #2895

Open
opened 2026-06-05 18:20:19 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2796
Author: @tyler5673
Created: 2/24/2026
Status: 🔄 Open

Base: mainHead: feat/langchain-youdotcom


📝 Commits (2)

  • 34d3021 docs(you): add langchain-youdotcom standalone package integration
  • 25f709b docs(you): add YouResearchTool and Research API documentation

📊 Changes

3 files changed (+215 additions, -234 deletions)

View changed files

📝 src/oss/python/integrations/providers/you.mdx (+19 -2)
📝 src/oss/python/integrations/retrievers/you-retriever.mdx (+103 -148)
📝 src/oss/python/integrations/tools/you.mdx (+93 -84)

📄 Description

Summary

Updates the You.com integration docs to reference langchain-youdotcom, the standalone partner package (now v0.2.0 on PyPI).

  • providers/you.mdx — adds langchain-youdotcom as the standalone install path alongside langchain-community, lists all three tools
  • retrievers/you-retriever.mdx — rewrites to use langchain-youdotcom, updates to v1 API (results.web[], count, livecrawl, freshness), adds Research API wrapper methods (research_text, raw_research + async variants), adds async + chaining examples
  • tools/you.mdx — rewrites to use langchain-youdotcom, documents YouSearchTool, YouResearchTool (new in v0.2.0), and YouContentsTool, updates agent example to LangGraph create_react_agent with all three tools

Notes

  • This PR covers the standalone langchain-youdotcom package and is independent of any langchain-community changes
  • A separate PR (#2711) updates the community integration docs and will be marked ready once the corresponding community code PR lands
  • langchain-youdotcom v0.2.0 is already published: pip install langchain-youdotcom

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2796 **Author:** [@tyler5673](https://github.com/tyler5673) **Created:** 2/24/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/langchain-youdotcom` --- ### 📝 Commits (2) - [`34d3021`](https://github.com/langchain-ai/docs/commit/34d3021cddc125e0e27cc6869093f5216abc2a5e) docs(you): add langchain-youdotcom standalone package integration - [`25f709b`](https://github.com/langchain-ai/docs/commit/25f709b9debee5a9bcfc6176d9f7f4088453409b) docs(you): add YouResearchTool and Research API documentation ### 📊 Changes **3 files changed** (+215 additions, -234 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/you.mdx` (+19 -2) 📝 `src/oss/python/integrations/retrievers/you-retriever.mdx` (+103 -148) 📝 `src/oss/python/integrations/tools/you.mdx` (+93 -84) </details> ### 📄 Description ## Summary Updates the You.com integration docs to reference [`langchain-youdotcom`](https://pypi.org/project/langchain-youdotcom/), the standalone partner package (now v0.2.0 on PyPI). - **`providers/you.mdx`** — adds `langchain-youdotcom` as the standalone install path alongside `langchain-community`, lists all three tools - **`retrievers/you-retriever.mdx`** — rewrites to use `langchain-youdotcom`, updates to v1 API (`results.web[]`, `count`, `livecrawl`, `freshness`), adds Research API wrapper methods (`research_text`, `raw_research` + async variants), adds async + chaining examples - **`tools/you.mdx`** — rewrites to use `langchain-youdotcom`, documents `YouSearchTool`, `YouResearchTool` (new in v0.2.0), and `YouContentsTool`, updates agent example to LangGraph `create_react_agent` with all three tools ## Notes - This PR covers the standalone `langchain-youdotcom` package and is independent of any `langchain-community` changes - A separate PR ([#2711](https://github.com/langchain-ai/docs/pull/2711)) updates the community integration docs and will be marked ready once the corresponding community code PR lands - `langchain-youdotcom` v0.2.0 is already published: `pip install langchain-youdotcom` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:20:19 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2895