[PR #2868] [MERGED] fast follow up NVIDIA providers page clean up #2956

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

📋 Pull Request Information

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

Base: mainHead: main


📝 Commits (4)

  • 5cb16f7 add nvidia retriever, nemotron, and acceleration primitives
  • 339b041 Merge branch 'main' into main
  • 9ccc6bb fix a few code examples, add top-level summary, make popular provider
  • 668323c Merge branch 'main' into main

📊 Changes

2 files changed (+46 additions, -48 deletions)

View changed files

📝 src/docs.json (+2 -1)
📝 src/oss/python/integrations/providers/nvidia.mdx (+44 -47)

📄 Description

Overview

Fast follow up to https://github.com/langchain-ai/docs/pull/2843

This change:

  • updates some code snippets based on changes to langgraph nvidia package
  • adds top-level summary based on our PM team feedback, also adds better links to NAT<>LC docs & blueprints
  • nvidia in popular providers

Type of change

Type: Update existing documentation

Related issues/PRs

https://github.com/langchain-ai/docs/pull/2843

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

🔄 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/2868 **Author:** [@slopp](https://github.com/slopp) **Created:** 3/2/2026 **Status:** ✅ Merged **Merged:** 3/2/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`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 - [`9ccc6bb`](https://github.com/langchain-ai/docs/commit/9ccc6bbd32a089df0d33c22c662a4a93423fb3b4) fix a few code examples, add top-level summary, make popular provider - [`668323c`](https://github.com/langchain-ai/docs/commit/668323c4ef9764b1f631b8e688f494c9720d69d8) Merge branch 'main' into main ### 📊 Changes **2 files changed** (+46 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) 📝 `src/oss/python/integrations/providers/nvidia.mdx` (+44 -47) </details> ### 📄 Description ## Overview Fast follow up to https://github.com/langchain-ai/docs/pull/2843 This change: - updates some code snippets based on changes to langgraph nvidia package - adds top-level summary based on our PM team feedback, also adds better links to NAT<>LC docs & blueprints - nvidia in popular providers ## Type of change **Type:** Update existing documentation ## Related issues/PRs https://github.com/langchain-ai/docs/pull/2843 ## Checklist - [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 --- <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:31 -04:00
yindo closed this issue 2026-06-05 18:20:31 -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#2956