Skip to main content

Sanitize Google Drive markdown text with a local Ollama model

Workflow preview

Sanitize Google Drive markdown text with a local Ollama model preview
Open on n8n.io

Overview

How it works

  • Downloads markdown documents from a Google Drive folder containing private information, uses the Ollama model to identify and extract sensitive data, and stores the sanitized text in a single combined markdown document.

Setup Steps

  • Google cloud OAuth credentials for accessing google drive.
  • A local Ollama model (currently using Ollama 3.1).
  • Local instance of N8N (for example, running in docker).