qdrant
autogen.agentchat.contrib.vectordb.qdrant.FastEmbedEmbeddingFunction
FastEmbedEmbeddingFunction
Embedding function implementation using FastEmbed - https://qdrant.github.io/fastembed.
Initialize fastembed.TextEmbedding.
Name | Description |
---|---|
model_name | Type: str Default: ‘BAAI/bge-small-en-v1.5’ |
batch_size | Type: int Default: 256 |
cache_dir | Type: str | None Default: None |
threads | Type: int | None Default: None |
parallel | Type: int | None Default: None |
**kwargs | Type: Any |