Ollama Embeddings
Last updated
Last updated
: Required (JWT token or Api Key)
Generates embeddings for provided text using the specified model. Embeddings are vector representations of text that capture semantic meaning.
Request body for generating embeddings from text.
The ID of the model to use for generating embeddings.
The text to generate embeddings for.
Additional model-specific options.
Duration to keep the model loaded in memory.
Response containing the generated embeddings.