Uses the configured backend adapter to embed a character vector of texts.
For authenticated providers, set OVC_API_TOKEN in the environment. The
adapter sends it as a bearer token.
Usage
backend_embed_texts(texts, backend = backend_config())Arguments
- texts
Character vector of input texts.
- backend
Backend configuration from
backend_config().