Text Embeddings Inference
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
{
"query": "What is Deep Learning?",
"texts": [
"Deep Learning is ..."
]
}Response
Ranks
Example response
[
{
"text": "Deep Learning is ..."
}
]