Text Embeddings Inference
Get all Embeddings without Pooling.
Returns a 424 status code if the model is not an embedding model.
post/embed_all
Request body
Example request
{
"prompt_name": "null"
}Response
Embeddings
Example response
[
[
[
0,
1,
2
]
]
]