docs: Add NVIDIA NIMs to Model Tab and Feature Table (#24146)

**Description:** Add NVIDIA NIMs to Model Tab and LLM Feature Table

---------

Co-authored-by: Hayden Wolff <hwolff@nvidia.com>
Co-authored-by: Erick Friis <erickfriis@gmail.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Hayden Wolff
2024-07-26 11:20:52 -07:00
committed by GitHub
parent cda3025ee1
commit 0345990a42
2 changed files with 22 additions and 0 deletions

View File

@@ -87,6 +87,14 @@ CHAT_MODEL_FEAT_TABLE = {
"package": "langchain-huggingface",
"link": "/docs/integrations/chat/huggingface/",
},
"ChatNVIDIA": {
"tool_calling": True,
"json_mode": False,
"local": True,
"multimodal": False,
"package": "langchain-nvidia-ai-endpoints",
"link": "/docs/integrations/chat/nvidia_ai_endpoints/",
},
"ChatOllama": {
"tool_calling": True,
"local": True,