Skip to main content

n8n Workflow Automation

n8n is an extendable workflow automation tool. You can integrate GoingMerry models into your n8n pipelines to perform automated text analysis, categorization, or LLM-driven email replies entirely locally.


1. Connecting GoingMerry Node

  1. In your n8n workflow canvas, click Add Node and search for GoingMerry.
  2. Select the GoingMerry node (e.g. GoingMerry Chat Model or GoingMerry Embeddings).
  3. Under Credentials, click Create New Credentials.
  4. Set the host parameters:
    • Host: http://localhost:11434 (If n8n is running in Docker on the same machine, use http://host.docker.internal:11434).
  5. Click Save.

2. Setting Up an Automation Workflow

A typical local RAG workflow involves:

  1. Trigger: New email received or file added.
  2. GoingMerry node: Invoke model (e.g., gemma4) to categorize the content.
  3. Condition: If category is urgent, execute notification actions.