The HuggingFaceEmbed connector is designed to generate embeddings for text data using Hugging Face hosted emedding models.
HuggingFaceEmbed
from neumai.EmbedConnectors import HuggingFaceEmbed azure_openai_embed = HuggingFaceEmbed( model = "model_id_or_url", token = "huggingface_token" )
Was this page helpful?