You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/rerank.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ permalink: /guides/rerank
9
9
# Reranking
10
10
{: .no_toc }
11
11
12
-
Reranking improves search relevancy by reassessing and reordering retrieved documents based on their relevance to a specific query. This is particularly useful for optimizing Retrieval Augmented Generation (RAG) pipelines and enterprise search applications.
12
+
Reranking is a standard step in retrieval-augmented generation (RAG) pipelines that bridges retrieval and generation workflows, improving search relevancy by reassessing and reordering retrieved documents based on their relevance to a specific query. This is particularly useful for optimizing RAG pipelines and enterprise search applications.
0 commit comments