This commit is contained in:
Deborah Barnard 2023-10-02 10:06:43 +01:00
parent 898c73db68
commit 40ae8ecd09
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,7 @@ n8n offers a 14-day free trial to try AI.
1. Create a new workflow.
1. Select **Add node** <span class="inline-image">![Add node icon](/_images/common-icons/nodes-panel.png)</span> 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

View File

@ -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/)