-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrerank-proxy.json
More file actions
44 lines (44 loc) · 1.43 KB
/
rerank-proxy.json
File metadata and controls
44 lines (44 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"request": {
"model": "michaelfeil/mxbai-rerank-large-v2-seq",
"query": "What is the capital of the United States?",
"documents": [
"Carson City is the capital city of the American state of Nevada.",
"The Commonwealth of the Northern Mariana Islands is a group of islands in the Pacific Ocean. Its capital is Saipan.",
"Washington, D.C. is the capital of the United States.",
"Capital punishment has existed in the United States since before it was a country."
]
},
"reply": {
"object": "rerank",
"results": [
{
"relevance_score": 0.9999301433563232,
"index": 2,
"document": null
},
{
"relevance_score": 0.8872248530387878,
"index": 0,
"document": null
},
{
"relevance_score": 0.8324779272079468,
"index": 1,
"document": null
},
{
"relevance_score": 0.44686806201934814,
"index": 3,
"document": null
}
],
"model": "michaelfeil/mxbai-rerank-large-v2-seq",
"usage": {
"prompt_tokens": 2282,
"total_tokens": 2282
},
"id": "infinity-9d00343b-20a9-4d69-9367-438a68bc08cb",
"created": 1742163022
}
}