Generates an embedding vector for a single text input.
Embedding model name (e.g. "nomic-embed-text").
Text to embed.
How long to keep the model loaded.
A JSONValue with an "embeddings" array containing one vector.
See Implementation
Generates an embedding vector for a single text input.