Skip to main content

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.

Embeddings are handled by the SentenceTransformer class, which is a wrapper around the sentence-transformers library.

Installation

Embeddings require the sentence-transformers library. See the Installation Guide for more information.

Usage

from chonkie import SentenceTransformerEmbeddings

embeddings = SentenceTransformerEmbeddings("all-MiniLM-L6-v2")