Extract Personal Data with Mistral NeMo
detail.loadingPreview
Extracts personal data from chat messages using a self-hosted Mistral NeMo LLM and a structured JSON output.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the extraction of personal information from incoming chat messages. It leverages a self-hosted Mistral NeMo Large Language Model (LLM) to process the messages and outputs the extracted data in a structured JSON format based on a predefined schema.
Key Features
- Integrates with self-hosted LLMs (Mistral NeMo via Ollama).
- Utilizes structured output parsing for precise data extraction.
- Includes an auto-fixing mechanism for LLM response correction.
- Handles errors gracefully.
- Provides detailed usage instructions and configuration guidance.
How To Use
- Import the workflow JSON into your n8n instance.
- Ensure Ollama is installed and running with the
mistral-nemo:latestmodel. - Configure the Ollama credentials in n8n.
- Update the
Prompt Source (User Message)in the 'Basic LLM Chain' node if needed. - Trigger the workflow with incoming chat messages or test it manually.
Apps Used
Workflow JSON
{
"id": "24292119-544c-4075-9823-42ad5dee977f",
"name": "Extract Personal Data with Mistral NeMo",
"nodes": 0,
"category": "Data Extraction",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 24292119-544c...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Extract Amazon Bestseller Electronics with Bright Data and Google Gemini
Extracts Amazon bestseller electronic product data using Bright Data and enriches it with Google Gemini for structured output.
Community Contributed Recipe Fetcher
Fetches and processes recipe data from a community-contributed website.
Read Sitemap and Filter URLs
Reads an XML sitemap, converts it to JSON, and filters the URLs based on specified criteria.
Trustpilot Reviews Scraper and Analyzer with DeepSeek and OpenAI
Scrapes Trustpilot reviews, extracts detailed information using DeepSeek, analyzes sentiment with OpenAI, and stores results in Google Sheets.
Extract Receipt Information with Mindee
Extracts key information from receipt images using the Mindee API.
Image-Based Data Extraction API using Gemini AI
Extracts structured data from images using Gemini AI via a webhook.