Skip to content

HuggingFace 推断嵌入节点#

¥Embeddings HuggingFace Inference node

使用 Embeddings HuggingFace Inference 节点为给定文本生成 embeddings

¥Use the Embeddings HuggingFace Inference node to generate embeddings for a given text.

本页提供 Embeddings HuggingFace Inference 节点的参数以及更多资源的链接。

¥On this page, you'll find the node parameters for the Embeddings HuggingFace Inference, and links to more resources.

Credentials

你可以在 此处 中找到此节点的身份验证信息。

¥You can find authentication information for this node here.

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

  • 模型:选择用于生成嵌入的模型。

¥Model: Select the model to use to generate the embedding.

请参阅 Hugging Face 模型文档,了解可用模型。

¥Refer to the Hugging Face models documentation for available models.

节点选项#

¥Node options

  • 自定义推断端点:输入你部署的模型(由 HuggingFace 托管)的 URL。如果你设置了此项,n8n 将忽略模型名称。

¥Custom Inference Endpoint: Enter the URL of your deployed model, hosted by HuggingFace. If you set this, n8n ignores the Model Name.

有关更多信息,请参阅 Hugging Face 推断指南

¥Refer to HuggingFace's guide to inference for more information.

模板和示例#

¥Templates and examples

Template widget placeholder.

相关资源#

¥Related resources

有关服务的更多信息,请参阅 LangChains 的 HuggingFace 推断嵌入文档

¥Refer to Langchain's HuggingFace Inference embeddings documentation for more information about the service.

View n8n's Advanced AI documentation.