From 8f431161294163495414a98a9ece2b8678ceff80 Mon Sep 17 00:00:00 2001
From: Joan Fontanals <joan.fontanals.martinez@jina.ai>
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 03e6cff91f..c1dcd31182 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
-- 
GitLab