mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +00:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user