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.Documentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
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 |