From 40ae8ecd096da65a73df37233ace875bb9c00069 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Mon, 2 Oct 2023 10:06:43 +0100 Subject: [PATCH] wip --- docs/langchain/access-langchain.md | 2 +- docs/langchain/langchain-n8n.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/langchain/access-langchain.md b/docs/langchain/access-langchain.md index 8009e70f1..91e7c3f95 100644 --- a/docs/langchain/access-langchain.md +++ b/docs/langchain/access-langchain.md @@ -39,7 +39,7 @@ n8n offers a 14-day free trial to try AI. 1. Create a new workflow. 1. Select **Add node** ![Add node icon](/_images/common-icons/nodes-panel.png) to open the nodes panel. -1. Select **Advanced AI Nodes (LangChain) +1. Select **Advanced AI** 1. Explore the options. Refer to [LangChain concepts in n8n](/langchain/langchain-n8n/) for a list of available nodes, and how they relate to LangChain functionality. ## Send feedback, join the conversation, and get help diff --git a/docs/langchain/langchain-n8n.md b/docs/langchain/langchain-n8n.md index 8c8ec6d6e..434e371bd 100644 --- a/docs/langchain/langchain-n8n.md +++ b/docs/langchain/langchain-n8n.md @@ -48,7 +48,6 @@ A chain is a series of LLMs, and related tools, linked together to support funct Available nodes: * [LLM Chain](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-base.chainllm/) -* [Structured Output Chain](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-base.chainstructuredoutput/) * [Summarization Chain](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-base.chainsummarization/) * [Vector Store QA Chain](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-base.chainvectorstoreqa/)