Azure OpenAI 嵌入节点(Embeddings Azure OpenAI node)#
使用 Embeddings Azure OpenAI 节点为给定的文本生成 嵌入。
🌐 Use the Embeddings Azure OpenAI node to generate embeddings for a given text.
本页提供 Azure OpenAI 嵌入节点的节点参数以及更多资源的链接。
🌐 On this page, you'll find the node parameters for the Embeddings Azure OpenAI node, 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 options)#
- 模型(部署)名称:选择用于生成嵌入的模型(部署)。
- 批量大小:输入每次请求要发送的最大文档数量。
- 去除换行符:选择是否从输入文本中删除换行符(开启)或不删除(关闭)。n8n 默认启用此功能。
- 超时:输入请求可以花费的最大时间(以秒为单位)。设置为
-1表示没有超时。
模板和示例(Templates and examples)#
相关资源(Related resources)#
有关该服务的更多信息,请参阅 LangChains 的 OpenAI 嵌入文档。
🌐 Refer to LangChains's OpenAI embeddings documentation for more information about the service.
View n8n's Advanced AI documentation.