batchEmbed

open override fun batchEmbed(texts: List<String>): Result<List<List<Double>>, EmbeddingClientException>

Embeds the given texts.

Return

A result containing the embeddings or an exception.

Parameters

texts

The texts to embed.