Skip to content
FlowHubFluxonLab
D
AI Automationfree

Supabase Insertion & Upsertion & Retrieval

by Riaadapted from n8n official workflow galleryUpdated Aug 2026
RequiresDDefault Data LoaderEmbeddings OpenAIEmbeddings OpenAIGoogle DriveGoogle DriveOpenAI Chat ModelOpenAI Chat ModelQuestion and Answer ChainQuestion and Answer ChainRecursive Character Text SplitterRecursive Character Text SplitterSupabaseSupabaseSupabase Vector StoreSupabase Vector StoreVector Store RetrieverVector Store Retriever
Share Post Share
Google DriveDDDefault Data LoaderDefault Data Lo…CRQuestion and Answer ChainQuestion and An…OpenAI Chat ModelOpenAI Chat Mod…RVVector Store RetrieverVector Store Re…TSRecursive Character Text Splitter1Recursive Chara…SeCustomize ResponseCustomize Respo…ChWhen chat message receivedWhen chat messa…VSRetrieve by QueryRetrieve by Que…Embeddings OpenAI RetrievalEmbeddings Open…Embeddings OpenAI InsertionEmbeddings Open…SePlaceholder (File/Content to Upsert)Placeholder (Fi…Embeddings OpenAI UpsertingEmbeddings Open…VSInsert DocumentsRetrieve Rows from TableRetrieve Rows f…VSUpdate Documents1234
1/5
FLOWS
STEPS · 4
Execution path through the workflow

This is a demo workflow to showcase how to use Supabase to embed a document, retrieve information from the vector store via chat and update the database. Setup steps: set your credentials for Supabase set your credentials for an AI model of your choice set credentials for any service you want to use to upload documents please follow the guidelines in the workflow itself (Sticky Notes) Feedback & Questions If you have any questions or feedback about this workflow - Feel free to get in touch at [email protected]

Tags

n8nreference-onlychain-retrieval-qadocument-default-data-loaderembeddings-open-aigoogle-drivelm-chat-open-airetriever-vector-storesupabasetext-splitter-recursive-character-text-splittervector-store-supabase
Connects
DDefault Data LoaderembeddingsopenaiEmbeddings OpenAIgoogledriveGoogle DriveopenaichatmodelOpenAI Chat ModelquestionandanswerchainQuestion and Answer ChainrecursivecharactertextsplitterRecursive Character Text Splitter
CategoryAI Automation
Triggermanual
Complexitycomplex
Nodes16
AddedSep 1, 2024

Related workflows

See all AI Automation
binaryinputloaderembeddingsopenaigoogledriveopenaichatmodel
free

Ask questions about a PDF using AI

The workflow first populates a Pinecone index with vectors from a Bitcoin whitepaper. Then, it waits for a manual chat message. When received, the chat message is turned into a vector and compared to the vectors in Pinecone. The most similar vectors are retrieved and passed to OpenAI for generating a chat response. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by David Roberts
DhtmlWopenaichatmodel
free

Scrape and summarize webpages with AI

This workflow integrates both web scraping and NLP functionalities. It uses HTML parsing to extract links, HTTP requests to fetch essay content, and AI-based summarization using GPT-4o. It's an excellent example of an end-to-end automated task that is not only efficient but also provides real value by summarizing valuable content. Note that to use this template, you need to be on n8n version 1.50.0 or later.

by n8n Team
ACDgmail
free

AI: Summarize podcast episode and enhance using Wikipedia

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team