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
- In your n8n workflow canvas, click Add Node and search for GoingMerry.
- Select the GoingMerry node (e.g. GoingMerry Chat Model or GoingMerry Embeddings).
- Under Credentials, click Create New Credentials.
- Set the host parameters:
- Host:
http://localhost:11434(If n8n is running in Docker on the same machine, usehttp://host.docker.internal:11434).
- Host:
- Click Save.
2. Setting Up an Automation Workflow
A typical local RAG workflow involves:
- Trigger: New email received or file added.
- GoingMerry node: Invoke model (e.g.,
gemma4) to categorize the content. - Condition: If category is urgent, execute notification actions.