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 <erick@langchain.dev>
This commit is contained in:
Rashmi Pawar 2024-10-25 21:51:22 +05:30 committed by GitHub
parent 24605bcdb6
commit 83eebf549f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -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",

View File

@ -78,6 +78,7 @@ well as updating the `langchain_core.pydantic_v1` and `langchain.pydantic_v1` im
| langchain-mistralai | 0.2.0 | >=0.2,&lt;0.3 |
| langchain-mongodb | 0.2.0 | >=0.2,&lt;0.3 |
| langchain-nomic | 0.1.3 | >=0.1.3,&lt;0.2 |
| langchain-nvidia | 0.3.0 | >=0.3,&lt;0.4 |
| langchain-ollama | 0.2.0 | >=0.2,&lt;0.3 |
| langchain-openai | 0.2.0 | >=0.2,&lt;0.3 |
| langchain-pinecone | 0.2.0 | >=0.2,&lt;0.3 |

View File

@ -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"
},