Text Embeddings Inference
Get Ranks. Returns a 424 status code if the model is not a Sequence Classification model with
Get Ranks. Returns a 424 status code if the model is not a Sequence Classification model with a single class.
post/rerank
Request body
Example request
{
"passages": [
"Deep Learning is ..."
],
"query": "What is Deep Learning?"
}Response
Ranks
Example response
[
{
"passage": "Deep Learning is ..."
}
]