Embedders
FastEmbed
FastEmbed Embedder is a class that allows you to embed documents using FastEmbed’s efficient embedding models, with BAAI/bge-small-en-v1.5 as the default model.
Parameters
Parameter | Type | Description | Default |
---|---|---|---|
id | str | The model ID to use for embeddings | "BAAI/bge-small-en-v1.5" |
dimensions | int | Output dimensions of the embedding | 384 |