[PR #3929] [MERGED] feat(you.com): Add You.com integration docs and update references #3939

Closed
opened 2026-06-05 18:53:38 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3929
Author: @itsakhilyou
Created: 5/8/2026
Status: Merged
Merged: 5/16/2026
Merged by: @mdrxy

Base: mainHead: akhil-update-you.com-docs


📝 Commits (9)

  • 969c046 docs: add You.com integration docs and update references
  • bc0ffbe docs: add @youdotcom-oss/langchain JS package to You.com integration docs
  • a3dd05d docs: expand You.com callouts across search provider mentions
  • ea7b4ba fix: use language-specific provider links in You.com notes
  • d7eed75 fix: use @langchain/community for YouRetriever in JS docs
  • 7dfb70a Update provider card name
  • 767f70e Merge branch 'main' into akhil-update-you.com-docs
  • 93947e0 edits
  • 81725e1 cr

📊 Changes

14 files changed (+294 additions, -102 deletions)

View changed files

📝 packages.yml (+7 -0)
📝 src/oss/javascript/integrations/providers/all_providers.mdx (+14 -0)
📝 src/oss/javascript/integrations/providers/overview.mdx (+1 -0)
src/oss/javascript/integrations/providers/youdotcom.mdx (+46 -0)
📝 src/oss/javascript/integrations/retrievers/index.mdx (+7 -0)
src/oss/javascript/integrations/retrievers/youdotcom.mdx (+67 -0)
📝 src/oss/javascript/integrations/tools/index.mdx (+7 -0)
src/oss/javascript/integrations/tools/youdotcom.mdx (+90 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+2 -2)
📝 src/oss/python/integrations/providers/you.mdx (+23 -3)
📝 src/oss/python/integrations/retrievers/index.mdx (+1 -0)
📝 src/oss/python/integrations/retrievers/you-retriever.mdx (+14 -76)
📝 src/oss/python/integrations/tools/index.mdx (+1 -1)
📝 src/oss/python/integrations/tools/you.mdx (+14 -20)

📄 Description

Add You.com as a supported search provider across Python and TypeScript integrations, Fleet tools, and Deep Agents docs. Migrate Python docs from langchain-community to the dedicated langchain-youdotcom package.

Overview

Adds You.com documentation across the LangChain Python and TypeScript integration pages, updates Fleet tools and Deep Agents docs to reference You.com as an alternative search provider, and migrates existing Python You.com docs from langchain-community to the new langchain-youdotcom package.

Changes include:

  • New TypeScript integration pages: provider overview, retriever guide, search tool guide
  • Updated Python provider page (you.mdx) with installation instructions and new package imports
  • Updated Python retriever page (you-retriever.mdx) to use langchain-youdotcom
  • Added You.com to the Python and TypeScript integration index pages and all_providers.mdx
  • Added You.com to the Popular Providers table in providers/overview.mdx
  • Added You.com card to Fleet tools and updated the Fleet skills prompt
  • Updated Deep Agents quickstart and deep-research tutorial to mention You.com as an alternative

Type of change

Type: New documentation page / Update existing documentation

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

The new TypeScript pages (youdotcom.mdx) are not yet wired into src/docs.json navigation — they are referenced via card links from the index pages. If explicit nav entries are needed, those should be added before merge.


🔄 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/3929 **Author:** [@itsakhilyou](https://github.com/itsakhilyou) **Created:** 5/8/2026 **Status:** ✅ Merged **Merged:** 5/16/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `akhil-update-you.com-docs` --- ### 📝 Commits (9) - [`969c046`](https://github.com/langchain-ai/docs/commit/969c046eaca0f65f6c34af44ef507d20643919b7) docs: add You.com integration docs and update references - [`bc0ffbe`](https://github.com/langchain-ai/docs/commit/bc0ffbed59c322c864d0bf80a5b0f680842a95f7) docs: add @youdotcom-oss/langchain JS package to You.com integration docs - [`a3dd05d`](https://github.com/langchain-ai/docs/commit/a3dd05de6ba935c6255ff554e477ab12645a1072) docs: expand You.com callouts across search provider mentions - [`ea7b4ba`](https://github.com/langchain-ai/docs/commit/ea7b4baf85b18f48ea34234a8f708c9e8279f064) fix: use language-specific provider links in You.com notes - [`d7eed75`](https://github.com/langchain-ai/docs/commit/d7eed75b6fc63dbc41a5460503cb2f2bbf39cd14) fix: use @langchain/community for YouRetriever in JS docs - [`7dfb70a`](https://github.com/langchain-ai/docs/commit/7dfb70aa4c6417a3c0101b8ac1c3b4f7ab9fea75) Update provider card name - [`767f70e`](https://github.com/langchain-ai/docs/commit/767f70ee302679c1a0c479cfdb77474d495d80b5) Merge branch 'main' into akhil-update-you.com-docs - [`93947e0`](https://github.com/langchain-ai/docs/commit/93947e0304744856090c476a77903c471a16dcb3) edits - [`81725e1`](https://github.com/langchain-ai/docs/commit/81725e1882e470cec32b99089099dbec964bf659) cr ### 📊 Changes **14 files changed** (+294 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `packages.yml` (+7 -0) 📝 `src/oss/javascript/integrations/providers/all_providers.mdx` (+14 -0) 📝 `src/oss/javascript/integrations/providers/overview.mdx` (+1 -0) ➕ `src/oss/javascript/integrations/providers/youdotcom.mdx` (+46 -0) 📝 `src/oss/javascript/integrations/retrievers/index.mdx` (+7 -0) ➕ `src/oss/javascript/integrations/retrievers/youdotcom.mdx` (+67 -0) 📝 `src/oss/javascript/integrations/tools/index.mdx` (+7 -0) ➕ `src/oss/javascript/integrations/tools/youdotcom.mdx` (+90 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+2 -2) 📝 `src/oss/python/integrations/providers/you.mdx` (+23 -3) 📝 `src/oss/python/integrations/retrievers/index.mdx` (+1 -0) 📝 `src/oss/python/integrations/retrievers/you-retriever.mdx` (+14 -76) 📝 `src/oss/python/integrations/tools/index.mdx` (+1 -1) 📝 `src/oss/python/integrations/tools/you.mdx` (+14 -20) </details> ### 📄 Description Add You.com as a supported search provider across Python and TypeScript integrations, Fleet tools, and Deep Agents docs. Migrate Python docs from langchain-community to the dedicated langchain-youdotcom package. ## Overview Adds You.com documentation across the LangChain Python and TypeScript integration pages, updates Fleet tools and Deep Agents docs to reference You.com as an alternative search provider, and migrates existing Python You.com docs from `langchain-community` to the new `langchain-youdotcom` package. **Changes include:** - New TypeScript integration pages: provider overview, retriever guide, search tool guide - Updated Python provider page (`you.mdx`) with installation instructions and new package imports - Updated Python retriever page (`you-retriever.mdx`) to use `langchain-youdotcom` - Added You.com to the Python and TypeScript integration index pages and `all_providers.mdx` - Added You.com to the Popular Providers table in `providers/overview.mdx` - Added You.com card to Fleet tools and updated the Fleet skills prompt - Updated Deep Agents quickstart and deep-research tutorial to mention You.com as an alternative ## Type of change **Type:** New documentation page / Update existing documentation ## Related issues/PRs - GitHub issue: - Feature PR: - Linear issue: - Slack thread: ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes The new TypeScript pages (`youdotcom.mdx`) are not yet wired into `src/docs.json` navigation — they are referenced via card links from the index pages. If explicit nav entries are needed, those should be added before merge. --- <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:53:38 -04:00
yindo closed this issue 2026-06-05 18:53:39 -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#3939