From d72726dfba229ea46c479b612aa05a17fed29b19 Mon Sep 17 00:00:00 2001 From: Justin Ellingwood Date: Wed, 14 May 2025 14:54:37 +0100 Subject: [PATCH] Suggest using basic LLM chain for models that don't support agents (#3157) --- .../cluster-nodes/sub-nodes/n8n-nodes-langchain.lmcohere.md | 2 ++ .../sub-nodes/n8n-nodes-langchain.lmollama/index.md | 2 ++ .../sub-nodes/n8n-nodes-langchain.lmopenhuggingfaceinference.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmcohere.md b/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmcohere.md index b699d749b..109bce8bb 100644 --- a/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmcohere.md +++ b/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmcohere.md @@ -11,6 +11,8 @@ Use the Cohere Model node to use Cohere's models. On this page, you'll find the node parameters for the Cohere Model node, and links to more resources. +This node lacks tools support, so it won't work with the [AI Agent](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/index.md) node. Instead, connect it with the [Basic LLM Chain](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainllm.md) node. + /// note | Credentials You can find authentication information for this node [here](/integrations/builtin/credentials/cohere.md). /// diff --git a/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmollama/index.md b/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmollama/index.md index 041b3cbed..342c932d7 100644 --- a/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmollama/index.md +++ b/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmollama/index.md @@ -12,6 +12,8 @@ The Ollama Model node allows you use local Llama 2 models. On this page, you'll find the node parameters for the Ollama Model node, and links to more resources. +This node lacks tools support, so it won't work with the [AI Agent](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/index.md) node. Instead, connect it with the [Basic LLM Chain](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainllm.md) node. + /// note | Credentials You can find authentication information for this node [here](/integrations/builtin/credentials/ollama.md). /// diff --git a/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmopenhuggingfaceinference.md b/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmopenhuggingfaceinference.md index f1808c621..bb2e4b6eb 100644 --- a/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmopenhuggingfaceinference.md +++ b/docs/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmopenhuggingfaceinference.md @@ -12,6 +12,8 @@ Use the Hugging Face Inference Model node to use Hugging Face's models. On this page, you'll find the node parameters for the Hugging Face Inference Model node, and links to more resources. +This node lacks tools support, so it won't work with the [AI Agent](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/index.md) node. Instead, connect it with the [Basic LLM Chain](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.chainllm.md) node. + /// note | Credentials You can find authentication information for this node [here](/integrations/builtin/credentials/huggingface.md). ///