嵌入 柠檬水 节点(Embeddings Lemonade node)#
使用 Embeddings Lemonade 节点通过由 Lemonade 服务器托管和管理的模型生成向量嵌入。此节点适用于执行语义搜索、聚类、相似性匹配或任何需要文本数值向量表示的工作流。
🌐 Use the Embeddings Lemonade node to generate vector embeddings using models hosted and managed by a Lemonade server. This node is useful for workflows that perform semantic search, clustering, similarity matching, or any task that requires numerical vector representations of text.
在此页面上,你将找到 Embeddings Lemonade 节点支持的操作列表,以及更多资源的链接。
🌐 On this page, you'll find a list of operations the Embeddings Lemonade node supports, and links to more resources.
凭证
你可以在这里找到此节点的认证信息。
Parameter resolution in sub-nodes
Sub-nodes behave differently to other nodes when processing multiple items using an expression.
Most nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five name values, the expression {{ $json.name }} resolves to each name in turn.
In sub-nodes, the expression always resolves to the first item. For example, given an input of five name values, the expression {{ $json.name }} always resolves to the first name.
节点参数(Node parameters)#
使用以下参数配置节点:
🌐 Configure the node with the following parameters.
模型(Model)#
将生成嵌入的模型。模型通过为此节点配置的 Lemonade 服务器加载和管理。从你的 Lemonade 实例提供的可用选项列表中选择所需的模型。
🌐 The model which will generate the embeddings. Models are loaded and managed through the Lemonade server configured for this node. Select the desired model from the list of available options served by your Lemonade instance.
模板和示例(Templates and examples)#
相关资源(Related resources)#
有关该服务的更多信息,请参阅 Lemonade Server 的文档。
🌐 Refer to Lemonade Server's documentation for more information about the service.
View n8n's Advanced AI documentation.