n8n 中的 LangChain#
¥LangChain in n8n
n8n 提供了一系列实现了 LangChain 功能的节点。LangChain 节点是可配置的,这意味着你可以选择首选的代理、LLM、内存等。除了 LangChain 节点之外,你还可以像往常一样连接任何 n8n 节点:这意味着你可以将 LangChain 逻辑与其他数据源和服务集成。
¥n8n provides a collection of nodes that implement LangChain's functionality. The LangChain nodes are configurable, meaning you can choose your preferred agent, LLM, memory, and so on. Alongside the LangChain nodes, you can connect any n8n node as normal: this means you can integrate your LangChain logic with other data sources and services.
- 学习资源:n8n 的 LangChain 文档假定你熟悉 AI 和 LangChain 的概念。本页面提供了学习资源的链接。
¥Learning resources: n8n's documentation for LangChain assumes you're familiar with AI and LangChain concepts. This page provides links to learning resources.
- n8n 中的 LangChain 概念和功能:n8n 如何表示 LangChain 的概念和特性。
¥LangChain concepts and features in n8n: how n8n represents LangChain concepts and features.