toggle menu
lmos-router-vector
0.2.0
jvm
switch theme
search in API
lmos-router-vector
/
ai.ancf.lmos.router.vector
/
EmbeddingClient
/
batchEmbed
batch
Embed
abstract
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.