FastEmbedEmbedder class is used to embed text data into vectors using the FastEmbed.
Usage
cookbook/embedders/qdrant_fastembed.py
Params
| Parameter | Type | Default | Description | 
|---|---|---|---|
| dimensions | int | - | The dimensionality of the generated embeddings | 
| model | str | BAAI/bge-small-en-v1.5 | The name of the qdrant_fastembed model to use | 
Developer Resources
- View Cookbook