[PR #1846] feat(tavily): add tavily research docs #1901

Open
opened 2026-02-17 17:22:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1846
Author: @maya-sivan
Created: 12/10/2025
Status: 🔄 Open

Base: mainHead: feat/add-tavily-research-endpoint


📝 Commits (6)

  • ff3a6e9 feat: add tavily research docs
  • 922515a fix: remove depracated pages and change page paths
  • 156a6c1 chore: add tools
  • 906ffd6 Merge branch 'main' into feat/add-tavily-research-endpoint
  • 5318dcf fix reference links
  • d631268 links fixes

📊 Changes

12 files changed (+361 additions, -227 deletions)

View changed files

📝 src/oss/javascript/integrations/providers/all_providers.mdx (+12 -0)
📝 src/oss/javascript/integrations/providers/overview.mdx (+1 -1)
📝 src/oss/javascript/integrations/retrievers/index.mdx (+0 -7)
src/oss/javascript/integrations/retrievers/tavily.mdx (+0 -105)
📝 src/oss/javascript/integrations/tools/tavily_crawl.mdx (+1 -1)
📝 src/oss/javascript/integrations/tools/tavily_extract.mdx (+1 -1)
src/oss/javascript/integrations/tools/tavily_get_research.mdx (+169 -0)
📝 src/oss/javascript/integrations/tools/tavily_map.mdx (+1 -1)
src/oss/javascript/integrations/tools/tavily_research.mdx (+175 -0)
📝 src/oss/javascript/integrations/tools/tavily_search.mdx (+1 -1)
📝 src/oss/python/integrations/retrievers/index.mdx (+0 -2)
src/oss/python/integrations/retrievers/tavily.mdx (+0 -108)

📄 Description

Overview

Added documentation of the Tavily research and GET research endpoints.

Type of change

Type: [New documentation page]

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • 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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

  • Added Tavily Research documentation
  • Removed deprecated Tavily retriever
  • Modified paths to tools

🔄 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/1846 **Author:** [@maya-sivan](https://github.com/maya-sivan) **Created:** 12/10/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/add-tavily-research-endpoint` --- ### 📝 Commits (6) - [`ff3a6e9`](https://github.com/langchain-ai/docs/commit/ff3a6e98ac6c6f01bd8bb206f7e06afac92b2e9f) feat: add tavily research docs - [`922515a`](https://github.com/langchain-ai/docs/commit/922515a2a2a59e51aae54044ac961e70908cf47e) fix: remove depracated pages and change page paths - [`156a6c1`](https://github.com/langchain-ai/docs/commit/156a6c111e81167f9343f230896f69097dcf349e) chore: add tools - [`906ffd6`](https://github.com/langchain-ai/docs/commit/906ffd6919b9e7330aa02da74ff69669bdb908ea) Merge branch 'main' into feat/add-tavily-research-endpoint - [`5318dcf`](https://github.com/langchain-ai/docs/commit/5318dcf12ddb914f567fea2783ac98eaaa958c92) fix reference links - [`d631268`](https://github.com/langchain-ai/docs/commit/d6312684e293140ece54de3772be06d7adbf15ba) links fixes ### 📊 Changes **12 files changed** (+361 additions, -227 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/providers/all_providers.mdx` (+12 -0) 📝 `src/oss/javascript/integrations/providers/overview.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/retrievers/index.mdx` (+0 -7) ➖ `src/oss/javascript/integrations/retrievers/tavily.mdx` (+0 -105) 📝 `src/oss/javascript/integrations/tools/tavily_crawl.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/tools/tavily_extract.mdx` (+1 -1) ➕ `src/oss/javascript/integrations/tools/tavily_get_research.mdx` (+169 -0) 📝 `src/oss/javascript/integrations/tools/tavily_map.mdx` (+1 -1) ➕ `src/oss/javascript/integrations/tools/tavily_research.mdx` (+175 -0) 📝 `src/oss/javascript/integrations/tools/tavily_search.mdx` (+1 -1) 📝 `src/oss/python/integrations/retrievers/index.mdx` (+0 -2) ➖ `src/oss/python/integrations/retrievers/tavily.mdx` (+0 -108) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> Added documentation of the Tavily research and GET research endpoints. ## Type of change **Type:** [New documentation page] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - Feature PR: https://github.com/langchain-ai/langchainjs/pull/9600 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] 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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> - Added Tavily Research documentation - Removed deprecated Tavily retriever - Modified paths to tools --- <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-02-17 17:22:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1901