From ee3955c68c77278bd5d7f465c21fa9cb68b2bba2 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 23 Jul 2024 13:33:23 -0700 Subject: [PATCH] docs: add tool calling for ollama (#24574) --- docs/scripts/model_feat_table.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/scripts/model_feat_table.py b/docs/scripts/model_feat_table.py index 802763e00a9..b71c74edb01 100644 --- a/docs/scripts/model_feat_table.py +++ b/docs/scripts/model_feat_table.py @@ -88,9 +88,10 @@ CHAT_MODEL_FEAT_TABLE = { "link": "/docs/integrations/chat/huggingface/", }, "ChatOllama": { + "tool_calling": True, "local": True, "json_mode": True, - "package": "langchain-community", + "package": "langchain-ollama", "link": "/docs/integrations/chat/ollama/", }, "vLLM Chat (via ChatOpenAI)": {