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