aembed_batch
AsyncMethod
This is a method of the EmbeddingAgent class in the embedding_agent module.Async version of embed_batch().
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
Async version of embed_batch().
This is a method of the EmbeddingAgent class in the embedding_agent module.Async version of embed_batch().
async def aembed_batch(texts: List[str], model: Optional[str]) -> List[List[float]]