Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
EmbeddingResult
Defined in the extras module.Rust AI Agent SDK Embedding result
Fields
| Name | Type | Description |
|---|---|---|
embedding | Vec<f32> | The embedding vector |
model | String | The model used |
usage | Option<EmbeddingUsage> | Token usage |
Source
View on GitHub
praisonai/src/parity/extras.rs at line 495
