Cluster Nodes
sub-nodes
Embeddings HuggingFace Inference node documentation

Embeddings HuggingFace Inference node

Use the Embeddings HuggingFace Inference node to generate embeddings for a given text.

On this page, you'll find the node parameters for the Embeddings HuggingFace Inference, and links to more resources.

Credentials: You can find authentication information for this node here.

Node parameters

  • Model: Select the model to use to generate the embedding.

Refer to the Hugging Face models documentation (opens in a new tab) for available models.

Node options

  • Custom Inference Endpoint: Enter the URL of your deployed model, hosted by HuggingFace. If you set this, n8n ignores the Model Name.

Refer to HuggingFace's guide to inference (opens in a new tab) for more information.

Related resources

Refer to Langchain's HuggingFace Inference embeddings documentation (opens in a new tab) for more information about the service.