workflows.fit
Back to n8n workflows
n8n templateFreeBy Tobi Adeleke

Sanitize Google Drive markdown text with a local Ollama model

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

Data & StorageProductivityDevelopmentCore NodesAILangchainSticky NoteHttp Request
Loading interactive preview...

Template notes

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