对多个示例文档根据与查询的相关性进行重新排序
Documentation Index
Fetch the complete documentation index at: https://www.qhaigc.net/docs/llms.txt
Use this file to discover all available pages before exploring further.
| 名称 | 类型 | 必选 | 说明 |
|---|---|---|---|
model | string | 是 | 模型名称,如 bge-reranker-v2-m3 |
query | string | 是 | 查询文本 |
documents | array | 是 | 待排序的文档列表(字符串数组) |
top_n | integer | 否 | 返回前几个结果 |