Skip to content

重新排序器 Cohere#

¥Reranker Cohere

“重新排序合并”节点允许你将 矢量商店 的结果块转换为 rerank。你可以将此节点连接到向量存储。

¥The Reranker Cohere node allows you to rerank the resulting chunks from a vector store. You can connect this node to a vector store.

重排序器会根据给定查询,按相关性降序排列从向量存储中检索到的文档列表。

¥The reranker reorders the list of documents retrieved from a vector store for a given query in order of descending relevance.

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

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

模型#

¥Model

请选择要使用的重排序模型。你可以在 Cohere 模型文档 中找到有关可用模型的更多信息。

¥Choose the reranking model to use. You can find out more about the available models in Cohere's model documentation.

模板和示例#

¥Templates and examples

Template widget placeholder.

相关资源#

¥Related resources

View n8n's Advanced AI documentation.