Tools & Embeddings
Document Reranking
Rerank candidate documents by relevance to a query
POST
Synchronous endpoint — reranks candidate documents by their relevance to a query, commonly used in RAG pipelines. Parameters are passed through directly to the upstream model.Documentation Index
Fetch the complete documentation index at: https://docs.qingbo.dev/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
Reranker model ID, e.g.,
jina-reranker-v2-base-multilingual.Query text.
Array of candidate documents.
Return the top N most relevant documents.