xinference.client.restful.restful_client.RESTfulRerankModelHandle#

class xinference.client.restful.restful_client.RESTfulRerankModelHandle(model_uid: str, base_url: str, auth_headers: Dict)[源代码]#
__init__(model_uid: str, base_url: str, auth_headers: Dict)#

Methods

__init__(model_uid, base_url, auth_headers)

close()

Close the session.

rerank(documents, query[, top_n, ...])

Returns an ordered list of documents ordered by their relevance to the provided query.