Skip to content

OpenAI 嵌入节点#

¥Embeddings OpenAI node

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

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

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

¥On this page, you'll find the node parameters for the Embeddings OpenAI node, 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 options

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

¥Model: Select the model to use for generating embeddings.

  • 基本 URL:输入要发送请求的 URL。如果你使用的是自托管的类似 OpenAI 的模型,请使用此选项。

¥Base URL: Enter the URL to send the request to. Use this if you are using a self-hosted OpenAI-like model.

  • 批处理大小:请输入每次请求发送的最大文档数。

¥Batch Size: Enter the maximum number of documents to send in each request.

  • 去除换行符:选择是否从输入文本中删除换行符(已启用)或不删除(已禁用)。n8n 默认启用此功能。

¥Strip New Lines: Select whether to remove new line characters from input text (turned on) or not (turned off). n8n enables this by default.

  • 超时:输入请求可以执行的最长时间(以秒为单位)。设置为 -1 可无超时限制。

¥Timeout: Enter the maximum amount of time a request can take in seconds. Set to -1 for no timeout.

模板和示例#

¥Templates and examples

Template widget placeholder.

相关资源#

¥Related resources

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

¥Refer to LangChains's OpenAI embeddings documentation for more information about the service.

View n8n's Advanced AI documentation.