Skip to main content

aembed_batch

AsyncMethod
This is a method of the EmbeddingAgent class in the embedding_agent module.
Async version of embed_batch().

Signature

async def aembed_batch(texts: List[str], model: Optional[str]) -> List[List[float]]

Parameters

texts
List
required
No description available.
model
Optional
No description available.

Returns

Returns
List[List[float]]
The result of the operation.