创建重排序请求
Creates a rerank request.
Authorizations
Use the following format for authentication: Bearer <your api key>
Body
对应的模型名称。为更好的提升服务质量,我们将不定期对本服务提供的模型做相关变更,包括但不限于模型上下线,模型服务能力调整,我们会在可行的情况下以公告、消息推送等适当的方式进行通知。
BAAI/bge-reranker-v2-m3
, netease-youdao/bce-reranker-base_v1
Required. The search query.
Required. List of documents to be reordered. If document objects are provided, the 'text' field is mandatory, and other fields will be preserved in the response.
Number of most relevant documents or indices to return.
If false, the response does not include document text; if true, it includes the input document text.
Maximum number of chunks generated from within a document. Long documents are divided into multiple chunks for calculation, and the highest score among the chunks is taken as the document's score.
Number of token overlaps between adjacent chunks when documents are chunked.
x < 80