Skip to content

Commit 36669f1

Browse files
committed
Update Rerank documentation
1 parent 8ca58f3 commit 36669f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/rerank.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /guides/rerank
99
# Reranking
1010
{: .no_toc }
1111

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.
1313
{: .fs-6 .fw-300 }
1414

1515
## Table of contents

0 commit comments

Comments
 (0)