> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Embedding Result • Rust AI Agent SDK

> EmbeddingResult: Embedding result

# EmbeddingResult

> Defined in the [**extras**](../modules/extras) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Embedding result

## Fields

| Name        | Type                           | Description          |
| ----------- | ------------------------------ | -------------------- |
| `embedding` | `Vec&lt;f32&gt;`               | The embedding vector |
| `model`     | `String`                       | The model used       |
| `usage`     | `Option&lt;EmbeddingUsage&gt;` | Token usage          |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/parity/extras.rs#L495">
  `praisonai/src/parity/extras.rs` at line 495
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Embeddings" icon="code" href="/docs/rust/embeddings" />

  <Card title="Rust Embedding" icon="code" href="/docs/rust/embedding" />

  <Card title="Rust Vector Store" icon="database" href="/docs/rust/vector-store" />
</CardGroup>
