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
3 changed files with 4 additions and 3 deletions

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