AI Agents

Analyze Data with AI and Auto-Update Google Sheets

11 nodes 293 190 Webhook
Download

Workflow Description

Intelligent automation that receives requests via webhook, processes text through splitting and embeddings, stores data in a vector database, then uses an AI agent to answer questions and automatically log results in Google Sheets. Combines semantic search with conversational AI for data-driven workflows.

How it works

  1. 1.Receive request via webhook and trigger the workflow
  2. 2.Split long texts and compute embeddings using Cohere's service
  3. 3.Store vectorized data in Supabase and maintain conversation history
  4. 4.Activate AI agent to search knowledge base and generate answers
  5. 5.Write results and responses directly to Google Sheets

Use cases

  • Process large document collections and organize insights automatically into spreadsheets
  • Auto-answer customer inquiries based on your knowledge base and log conversations
  • Build intelligent search system connecting stored data with customer questions

Requirements

  • Active Google Sheets account with write permissions
  • Cohere API key for text embeddings
  • Supabase database with vector storage enabled
  • HuggingFace language model or API key for LM Chat integration

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 293
Downloads 190

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 Cohere

#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