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

Parameters

List
required
No description available.
Optional
No description available.

Returns

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

Uses

  • aembedding

Used By

Source

View on GitHub

praisonaiagents/agent/embedding_agent.py at line 377