AutomationFlowsAI & RAG › Weekly Ollama Summary from Supabase

Weekly Ollama Summary from Supabase

Original n8n title: Weekly Summary Ollama

weekly-summary-ollama. Uses httpRequest. Scheduled trigger; 3 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity3 nodesHTTP Request
AI & RAG Trigger: Cron / scheduled Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "weekly-summary-ollama",
  "nodes": [
    {
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "mode": "everyWeek",
              "hour": 9
            }
          ]
        }
      },
      "type": "n8n-nodes-base.cron",
      "name": "Cron Weekly"
    },
    {
      "parameters": {
        "url": "${SUPABASE_URL}/rest/v1/capsules?select=id,avatar_id,unlock_at,status&limit=100",
        "options": {
          "headers": {
            "apikey": "${SUPABASE_SERVICE_KEY}"
          }
        }
      },
      "type": "n8n-nodes-base.httpRequest",
      "name": "Fetch Supabase"
    },
    {
      "parameters": {
        "url": "http://stack-ollama-1:11434/api/generate",
        "method": "POST",
        "jsonParameters": true,
        "options": {
          "body": {
            "model": "llama3.1",
            "prompt": "Resuma o status das c\u00e1psulas: {{$json}}",
            "stream": false
          }
        }
      },
      "type": "n8n-nodes-base.httpRequest",
      "name": "Ollama Summarize"
    }
  ],
  "connections": {
    "Cron Weekly": {
      "main": [
        [
          {
            "node": "Fetch Supabase",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Supabase": {
      "main": [
        [
          {
            "node": "Ollama Summarize",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

weekly-summary-ollama. Uses httpRequest. Scheduled trigger; 3 nodes.

Source: https://github.com/frodrigoalves/sglbk/blob/cd3d1d812d6a29395fc523be20e82bc9b51972f4/n8n/weekly-summary-ollama.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

This smart automation workflow created by the AI development team at WeblineIndia, helps with the daily collection and storage of weather data. Using the OpenWeatherMap API and Airtable, this solution

Airtable, HTTP Request
AI & RAG

RAGSPRO - Content Generator. Uses httpRequest. Scheduled trigger; 3 nodes.

HTTP Request
AI & RAG

AI-Powered Short-Form Video Generator with OpenAI, Flux, Kling, and ElevenLabs and upload to all .... Uses httpRequest, googleDrive, discord, googleSheets. Scheduled trigger; 51 nodes.

HTTP Request, Google Drive, Discord +2
AI & RAG

Free Support: Setting up and getting the workflow tailord to your needs. One small free adjustment included.

HTTP Request, Google Cloud Storage, YouTube +2
AI & RAG

Continuous quality checks for your production LLM prompts. Keeps a golden test set in n8n Data Tables, runs it on a schedule against any OpenAI-compatible API, compares each run to a blessed baseline,

Data Table, HTTP Request, Telegram