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

> EmbeddingConfig: Configuration for embedding settings.

# EmbeddingConfig

> Defined in the [**Embedding Agent**](../modules/embedding_agent) module.

<Badge color="blue">AI Agent</Badge>

Configuration for embedding settings.

Follows the Precedence Ladder pattern:

* Instance > Config > Array > Dict > String > Bool > Default

## Properties

<ResponseField name="dimensions" type="Optional">
  No description available.
</ResponseField>

<ResponseField name="encoding_format" type="str">
  No description available.
</ResponseField>

<ResponseField name="timeout" type="int">
  No description available.
</ResponseField>

<ResponseField name="api_base" type="Optional">
  No description available.
</ResponseField>

<ResponseField name="api_key" type="Optional">
  No description available.
</ResponseField>

<Accordion title="Internal & Generic Methods">
  * **to\_dict**: Convert to dictionary for LiteLLM calls.
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agent/embedding_agent.py#L23">
  `praisonaiagents/agent/embedding_agent.py` at line 23
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Configuration Overview" icon="gear" href="/docs/configuration/index" />

  <Card title="Agent Config" icon="robot" href="/docs/configuration/agent-config" />
</CardGroup>
