> ## 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 Model • AI Agent SDK

> embedding_model: Lazy load the embedding model.

# embedding\_model

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**Chunking**](../classes/Chunking) class in the [**chunking**](../modules/chunking) module.

Lazy load the embedding model.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def embedding_model() -> Any
```

### Returns

<ResponseField name="Returns" type="Any">
  The result of the operation.
</ResponseField>

## Uses

* `AutoEmbeddings.get_embeddings`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/knowledge/chunking.py#L80">
  `praisonaiagents/knowledge/chunking.py` at line 80
</Card>
