Skip to content

Commit 3dcac01

Browse files
authored
Kelsey Grammar
1 parent 3417e65 commit 3dcac01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/reranking/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
Many search systems are built on multi-stage retrieval pipelines.
55

6-
Earlier stages uses cheap, fast algorithms to find a broad set of possible matches.
6+
Earlier stages use cheap, fast algorithms to find a broad set of possible matches.
77

8-
Later stages uses a more powerful model, often machine learning-based, to reorder the documents.
8+
Later stages use more powerful models, often machine learning-based, to reorder the documents.
99
This step is called re-ranking.
1010
Because the resource-intensive model is only applied to the smaller set of pre-filtered results, this approach returns more relevant results while still optimizing for search performance and computational costs.
1111

0 commit comments

Comments
 (0)