HuggingFace Embedder
Last updated
Last updated
The HuggingfaceCustomEmbedder
class is used to embed text data into vectors using the Hugging Face API. You can get one from .
cookbook/embedders/huggingface_embedder.py
dimensions
int
-
The dimensionality of the generated embeddings
model
str
all-MiniLM-L6-v2
The name of the HuggingFace model to use
api_key
str
-
The API key used for authenticating requests
client_params
Optional[Dict[str, Any]]
-
Optional dictionary of parameters for the HuggingFace client
huggingface_client
Any
-
Optional pre-configured HuggingFace client instance