Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46dfe4a

Browse files
committed
Clarify rank and go sentence case
1 parent4a71e4c commit46dfe4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎pgml-cms/docs/api/sql-extension/pgml.rank.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Rank documents against a piece of text using the specified ranking
44

55
#pgml.rank()
66

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.
88

99
##API
1010

@@ -27,7 +27,7 @@ SELECT pgml.rank('mixedbread-ai/mxbai-rerank-base-v1', 'test', ARRAY['doc1', 'do
2727
SELECT pgml.chunk('mixedbread-ai/mxbai-rerank-base-v1', 'test', ARRAY['doc1', 'doc2'], '{"return_documents": false, "top_k": 10}'::JSONB);
2828
```
2929

30-
##SupportedRanking Models
30+
##Supportedranking models
3131

3232
We support the following ranking models:
3333

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp