embed
AsyncMethod
This is a method of the EmbeddingAgent class in the embedding module.Generate embedding for a single text. # Arguments *
text - Text to embed # Returns Vector of floats representing the embedding
Signature
Parameters
&str
required
No description available.
Returns
Result<Vec<f32>>
The result of the operation.

