From 83eebf549fa14ff00d93c71c36fd8f4560b71156 Mon Sep 17 00:00:00 2001 From: Rashmi Pawar <168514198+raspawar@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:51:22 +0530 Subject: [PATCH] docs: Add NVIDIA as provider in v3 integrations (#27254) ### Add NVIDIA as provider in langchain v3 integrations cc: @sumitkbh @mattf @dglogo --------- Co-authored-by: Erick Friis --- docs/docs/integrations/chat/nvidia_ai_endpoints.ipynb | 2 +- docs/docs/versions/v0_3/index.mdx | 1 + docs/src/theme/FeatureTables.js | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/integrations/chat/nvidia_ai_endpoints.ipynb b/docs/docs/integrations/chat/nvidia_ai_endpoints.ipynb index 322c2955f89..4127fb25fae 100644 --- a/docs/docs/integrations/chat/nvidia_ai_endpoints.ipynb +++ b/docs/docs/integrations/chat/nvidia_ai_endpoints.ipynb @@ -46,7 +46,7 @@ "### Model features\n", "| [Tool calling](/docs/how_to/tool_calling) | [Structured output](/docs/how_to/structured_output/) | JSON mode | [Image input](/docs/how_to/multimodal_inputs/) | Audio input | Video input | [Token-level streaming](/docs/how_to/chat_streaming/) | Native async | [Token usage](/docs/how_to/chat_token_usage_tracking/) | [Logprobs](/docs/how_to/logprobs/) |\n", "| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |\n", - "| ✅ | ✅ | ❌ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | \n", + "| ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | \n", "\n", "## Setup\n", "\n", diff --git a/docs/docs/versions/v0_3/index.mdx b/docs/docs/versions/v0_3/index.mdx index 25a3874b573..cd523805754 100644 --- a/docs/docs/versions/v0_3/index.mdx +++ b/docs/docs/versions/v0_3/index.mdx @@ -78,6 +78,7 @@ well as updating the `langchain_core.pydantic_v1` and `langchain.pydantic_v1` im | langchain-mistralai | 0.2.0 | >=0.2,<0.3 | | langchain-mongodb | 0.2.0 | >=0.2,<0.3 | | langchain-nomic | 0.1.3 | >=0.1.3,<0.2 | +| langchain-nvidia | 0.3.0 | >=0.3,<0.4 | | langchain-ollama | 0.2.0 | >=0.2,<0.3 | | langchain-openai | 0.2.0 | >=0.2,<0.3 | | langchain-pinecone | 0.2.0 | >=0.2,<0.3 | diff --git a/docs/src/theme/FeatureTables.js b/docs/src/theme/FeatureTables.js index 2016c7c5454..095d45dbbb8 100644 --- a/docs/src/theme/FeatureTables.js +++ b/docs/src/theme/FeatureTables.js @@ -156,8 +156,8 @@ const FEATURE_TABLES = { "link": "nvidia_ai_endpoints/", "structured_output": true, "tool_calling": true, - "json_mode": false, - "multimodal": false, + "json_mode": true, + "multimodal": true, "local": true, "apiLink": "https://python.langchain.com/api_reference/nvidia_ai_endpoints/chat_models/langchain_nvidia_ai_endpoints.chat_models.ChatNVIDIA.html" },