Embeddings
Creates an embedding vector representing the input text.
post/embeddings
Request body
Example request
{
"input": "This is a test.",
"encoding_format": "float",
"user": "user-1234"
}Response
OK
{
"input": "This is a test.",
"encoding_format": "float",
"user": "user-1234"
}OK