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

# Model2VecEmbeddings

> Embed text using Model2Vec embeddings

Embeddings are handled by the `Model2VecEmbeddings` class, which is a wrapper around the `model2vec` library.

## Installation

Embeddings require the `model2vec` library. See the [Installation Guide](/oss/installation) for more information.

## Usage

```python theme={"system"}
from chonkie import Model2VecEmbeddings

embeddings = Model2VecEmbeddings()
```
