> ## 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.

# embedder • Rust AI Agent SDK

> embedder: Set embedder

# embedder

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

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

Set embedder

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def embedder(mut self, embedder: impl Into<String>) -> Self
```

## Parameters

<ParamField query="embedder" type="impl Into<String>" required={true}>
  No description available.
</ParamField>

### Returns

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

***

## 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>
