ai tutorial cover image

This commit is contained in:
Deborah Barnard
2024-05-23 15:27:41 +01:00
parent 033139ff67
commit 90a51a2d21
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -7,6 +7,8 @@ type: tutorial
This tutorial introduces LangChain functionality in n8n. You can work through it with no prior knowledge of LangChain, AI, or n8n. However, if you've never used n8n before, you should also do the [Longer quickstart](/try-it-out/longer-introduction/), which introduces key n8n concepts.
!["Screenshot of the workflow"](/_images/advanced-ai/ai-tutorial-outcome.png)
In this tutorial you will:
* Create a workflow from scratch. It uses the Chat Trigger to simulate and test chat interactions, ChatGPT to power the chat functionality, and a custom tool to connect to other n8n workflows.