Skip to content

Latest commit

Β 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 

README.md

πŸ”¬ Sanitize Google Drive markdown text with a local Ollama model

⚑ 11 views Β· πŸ”¬ Document Extraction & Analysis

Description

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).

πŸ”— Nodes Used

Google Sheets, HTTP Request, Google Drive, Google Drive Trigger, Filter, Basic LLM Chain

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup