Store Notion's Pages as Vector Documents into Supabase with OpenAI

Store Notion's Pages as Vector Documents into Supabase with OpenAI

Manual
High
9
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
9
Node Types
9

Node Types

summarize
Summarize - Concatenate Notion's blocks content
1 node
sticky Note
Sticky Note
1 node
embeddings Open Ai
Embeddings OpenAI
1 node
text Splitter Token Splitter
Token Splitter
1 node
notion Trigger
Notion - Page Added Trigger
1 node
notion
Notion - Retrieve Page Content
1 node
filter
Filter Non-Text Content
1 node
document Default Data Loader
Create metadata and load content
1 node
vector Store Supabase
Supabase Vector Store
1 node

Workflow JSON

8.82 KB
{
  "id": "DvP6IHWymTIVg8Up",
  "meta": {
    "instanceId": "b9faf72fe0d7c3be94b3ebff0778790b50b135c336412d28fd4fca2cbbf8d1f5",
    "templateCredsSetupCompleted": true
  },
  "name": "Store Notion's Pages as Vector Documents into Supabase with OpenAI",
  "tags": [],
  "nodes": [
    {
      "id": "495609cd-4ca0-426d-8413-69e771398188",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        400
      ],
      "parameters": {
        "width": 637.1327972412109,
        "height": 1113.743438720703,
        "content": "## Store Notion's Pages as Vector Documents into Supabase\n\n**This workflow assumes you have a Supabase project with a table that has a vector column. If you don't have it, follow the instructions here:** [Supabase Vector Columns Guide](https://supabase.com/docs/guides/ai/vector-columns)\n\n## Workflow Description\n\nThis workflow automates the process of storing Notion pages as vector documents in a Supabase databas...

Showing first 1000 characters. Click "Expand" to view the full JSON.