From b93a6e9c76411326115ed622cefd5588bfa782f9 Mon Sep 17 00:00:00 2001 From: Joan Fontanals Date: Thu, 29 Feb 2024 17:09:53 +0100 Subject: [PATCH] fix: fix mention in Jina Rerank docs (#11509) * docs: add reference to jina rerank module * fix: jina rerank fix --- .../querying/node_postprocessors/node_postprocessors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/module_guides/querying/node_postprocessors/node_postprocessors.md b/docs/module_guides/querying/node_postprocessors/node_postprocessors.md index 03e6cff91f2131..c1dcd3118289d3 100644 --- a/docs/module_guides/querying/node_postprocessors/node_postprocessors.md +++ b/docs/module_guides/querying/node_postprocessors/node_postprocessors.md @@ -129,7 +129,7 @@ Full notebook guide is available [her for Gatsby](/examples/node_postprocessor/L ## JinaRerank -Uses the "Cohere ReRank" functionality to re-order nodes, and returns the top N nodes. +Uses the "Jina ReRank" functionality to re-order nodes, and returns the top N nodes. ```python from llama_index.postprocessor.jinaai_rerank import JinaRerank