[PR #3040] [MERGED] Update NVIDIA provider page #3119

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

📋 Pull Request Information

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

Base: mainHead: main


📝 Commits (10+)

  • 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
  • 02a4324 Merge branch 'langchain-ai:main' into main
  • 7f154bc fix broken link
  • c32b293 update retriever name
  • 24bfee7 Merge branch 'langchain-ai:main' into main
  • 88b6c7a Apply suggestion from @mdrxy
  • 9c72dfd Apply suggestion from @mdrxy

📊 Changes

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

View changed files

📝 src/docs.json (+2 -2)
📝 src/oss/python/integrations/providers/nvidia.mdx (+12 -12)
📝 src/oss/python/integrations/retrievers/index.mdx (+1 -1)
📝 src/oss/python/integrations/retrievers/nvidia.mdx (+11 -11)

📄 Description

Overview

Fix a few re-named components and broken link

Type of change

Type: Fix typo/bug/link/formatting

Related issues/PRs

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

Thank you!


🔄 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/3040 **Author:** [@slopp](https://github.com/slopp) **Created:** 3/10/2026 **Status:** ✅ Merged **Merged:** 3/10/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`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 - [`02a4324`](https://github.com/langchain-ai/docs/commit/02a4324d15c9091e658a3767c732739b6b61d79a) Merge branch 'langchain-ai:main' into main - [`7f154bc`](https://github.com/langchain-ai/docs/commit/7f154bcb9b1a5064c9d3dcc467201e2b08c26058) fix broken link - [`c32b293`](https://github.com/langchain-ai/docs/commit/c32b2934c6b7909985e7ed38c94e4fc147e78c09) update retriever name - [`24bfee7`](https://github.com/langchain-ai/docs/commit/24bfee7d4d5096373e2610d766f19750e5254429) Merge branch 'langchain-ai:main' into main - [`88b6c7a`](https://github.com/langchain-ai/docs/commit/88b6c7a3b0d90c1c883c02a8737bc3a8cad536ce) Apply suggestion from @mdrxy - [`9c72dfd`](https://github.com/langchain-ai/docs/commit/9c72dfd6b921bf9e9ee76b8e8e212b634f6dfc51) Apply suggestion from @mdrxy ### 📊 Changes **4 files changed** (+26 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -2) 📝 `src/oss/python/integrations/providers/nvidia.mdx` (+12 -12) 📝 `src/oss/python/integrations/retrievers/index.mdx` (+1 -1) 📝 `src/oss/python/integrations/retrievers/nvidia.mdx` (+11 -11) </details> ### 📄 Description ## Overview Fix a few re-named components and broken link ## Type of change **Type:** Fix typo/bug/link/formatting ## Related issues/PRs ## 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 Thank you! --- <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:21:09 -04:00
yindo closed this issue 2026-06-05 18:21:09 -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#3119