[PR #2843] [MERGED] Add nvidia retriever, nemotron, and acceleration primitives #2939

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2843
Author: @slopp
Created: 2/27/2026
Status: Merged
Merged: 3/1/2026
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (2)

  • 5cb16f7 add nvidia retriever, nemotron, and acceleration primitives
  • 339b041 Merge branch 'main' into main

📊 Changes

4 files changed (+338 additions, -26 deletions)

View changed files

📝 src/oss/python/integrations/chat/nvidia_ai_endpoints.mdx (+40 -6)
📝 src/oss/python/integrations/providers/nvidia.mdx (+189 -20)
📝 src/oss/python/integrations/retrievers/index.mdx (+2 -0)
src/oss/python/integrations/retrievers/nvidia.mdx (+107 -0)

📄 Description

Overview

Update the NVIDIA provider page to more clearly highlight all the NVIDIA components, with a special emphasis on the LangGraph acceleration primitives since they have no other home. Also adds a retriever page for the NVIDIARetriever component added to the langchain_nvidia package.

Type of change

Type: New documentation page / Update existing documentation

Related issues/PRs

n/a

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


🔄 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/2843 **Author:** [@slopp](https://github.com/slopp) **Created:** 2/27/2026 **Status:** ✅ Merged **Merged:** 3/1/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`5cb16f7`](https://github.com/langchain-ai/docs/commit/5cb16f7c2588d05006b27297603bf58c5ed4c23e) add nvidia retriever, nemotron, and acceleration primitives - [`339b041`](https://github.com/langchain-ai/docs/commit/339b041f7210653097c971fda665bb1d326b4856) Merge branch 'main' into main ### 📊 Changes **4 files changed** (+338 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/chat/nvidia_ai_endpoints.mdx` (+40 -6) 📝 `src/oss/python/integrations/providers/nvidia.mdx` (+189 -20) 📝 `src/oss/python/integrations/retrievers/index.mdx` (+2 -0) ➕ `src/oss/python/integrations/retrievers/nvidia.mdx` (+107 -0) </details> ### 📄 Description ## Overview Update the NVIDIA provider page to more clearly highlight all the NVIDIA components, with a special emphasis on the LangGraph acceleration primitives since they have no other home. Also adds a retriever page for the NVIDIARetriever component added to the langchain_nvidia package. ## Type of change **Type:** New documentation page / Update existing documentation ## Related issues/PRs n/a ## 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 - [x] I have used **root relative** paths for internal links - [x] 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 --> --- <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:27 -04:00
yindo closed this issue 2026-06-05 18:20:27 -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#2939