batch Embed
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.
Embeds the given texts.
A result containing the embeddings or an exception.
The texts to embed.