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: pgml-cms/docs/api/sql-extension/pgml.rank.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Rank documents against a piece of text using the specified ranking
4
4
5
5
#pgml.rank()
6
6
7
-
The`pgml.rank()` function is used torank textdocumentsagainst some text. This function is primarily used as the last step in a search system where the results returned from the initial search are re-ranked before being used.
7
+
The`pgml.rank()` function is used tocompute a relevance score betweendocumentsand some text. This function is primarily used as the last step in a search system where the results returned from the initial search are re-ranked by relevance before being used.