Skip to content

高级 AI#

¥Advanced AI

使用 n8n 构建 AI 功能:适用于从创建你自己的聊天机器人到使用 AI 处理来自其他来源的文档和数据。

¥Build AI functionality using n8n: from creating your own chat bot, to using AI to process documents and data from other sources.

Feature availability

此功能适用于云端和自托管的 n8n,版本为 1.19.4 及更高版本。

¥This feature is available on Cloud and self-hosted n8n, in version 1.19.4 and above.

  • Get started

    Work through the short tutorial to learn the basics of building AI workflows in n8n.

    Tutorial

  • Use a Starter Kit

    Try n8n's Self-hosted AI Starter Kit to quickly start building AI workflows.

    Self-hosted AI Starter Kit

  • Explore examples and concepts

    Browse examples and workflow templates to help you build. Includes explanations of important AI concepts.

    Examples

  • How n8n uses LangChain

    Learn more about how n8n builds on LangChain.

    LangChain in n8n

  • Browse AI templates

    Explore a wide range of AI workflow templates on the n8n website.

    AI workflows on n8n.io

相关资源#

¥Related resources

相关文档和工具。

¥Related documentation and tools.

节点类型#

¥Node types

此功能使用 集群节点:协同工作的 rootsub 节点组。

¥This feature uses Cluster nodes: groups of root and sub nodes that work together.

Cluster nodes are node groups that work together to provide functionality in an n8n workflow. Instead of using a single node, you use a root node and one or more sub-nodes that extend the functionality of the node.

Screenshot of a workflow with a root node and two sub-nodes

工作流模板#

¥Workflow templates

你可以在应用内或 n8n 网站的 工作流 页面上浏览 工作流模板

¥You can browse workflow templates in-app or on the n8n website Workflows page.

请参阅 模板 以了解如何在应用内访问模板。

¥Refer to Templates for information on accessing templates in-app.

聊天触发器#

¥Chat trigger

使用 n8n 聊天触发器 根据聊天交互触发工作流。

¥Use the n8n Chat Trigger to trigger a workflow based on chat interactions.

聊天机器人组件#

¥Chatbot widget

n8n 提供了一个聊天机器人小部件,你可以将其用作 AI 驱动的聊天工作流的前端。请参阅 @n8n/chat npm page 获取使用信息。

¥n8n provides a chatbot widget that you can use as a frontend for AI-powered chat workflows. Refer to the @n8n/chat npm page for usage information.