Embeddings
Create embeddings
Create embeddings.
POST
Authorizations
Body
application/json
Input text to embed, encoded as a string or array of tokens. To embed multiple inputs in a single request, pass an array of strings or array of token arrays.
Whether to embed queries
or documents
Available options:
queries
, documents
The model name to use for embedding. Available models are bm25
.
Available options:
bm25