AI Agents

Automate Google Sheets with AI and Vector Search

11 nodes 340 145 Webhook
Download

Workflow Description

Intelligent automation that receives data via webhook, processes it through text splitting and HuggingFace embeddings, stores vectors in Supabase, and uses an AI agent powered by a language model to execute dynamic operations in Google Sheets while maintaining conversation context.

How it works

  1. 1.Receive incoming data through webhook and route to text processing pipeline
  2. 2.Split text content and generate embeddings using HuggingFace models
  3. 3.Store vectors and metadata in Supabase for semantic search and retrieval
  4. 4.Activate AI agent with conversation memory to maintain context awareness
  5. 5.Generate commands using HuggingFace language model based on user intent
  6. 6.Execute resulting operations automatically within Google Sheets

Use cases

  • Organize and categorize large document collections automatically within Sheets
  • Update dynamic data lists based on intelligent semantic queries
  • Generate analytical reports from unstructured text and save results to tables

Requirements

  • Active Supabase account with read and write permissions configured
  • Valid HuggingFace API credentials for embeddings and language models
  • Google Sheets document with editor permissions for the automation
  • Webhook endpoint for triggering workflows from external applications

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

Text Splitter Embeddings Vector Store Memory Lm Chat Hf AI Agent Google Sheets

Details

Trigger Webhook
Nodes 11
Apps 7
Views 340
Downloads 145

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (11)

/

Sticky

Sticky Note

#1

Webhook

Webhook

#2

Splitter

Text Splitter Character Text Splitter

#3

Embeddings

Embeddings Hugging Face

#4

Insert

Vector Store Supabase

#5

Query

Vector Store Supabase

#6

Tool

Tool Vector Store

#7

Memory

Memory Buffer Window

#8

Chat

Lm Chat Hf

#9

Agent

Agent

#10

Sheet

Google Sheets

#11