Notion to Pinecone Vector Store Integration - n8n Workflow | Neura Market
Notion to Pinecone Vector Store Integration
Automates extraction of text from new Notion pages, generates embeddings via Google Gemini, and stores in Pinecone for semantic search and RAG applications.
This n8n workflow triggers on new pages added to a Notion database, retrieves full page content including blocks, filters out non-text elements like images and videos, and concatenates the text into a single processable block. It then splits the text into tokens/chunks, enriches with metadata (page ID, title, creation time), generates semantic embeddings using Google Gemini, and upserts them into a Pinecone vector store.
Benefits include real-time data ingestion (runs every minute), enabling in
Platform
n8n
Category
CRM - Sales
Price
$24.99
Creator
Jose Maurino
Notion
Pinecone
Google Gemini
Embeddings
Vector Store
RAG
AI Pipeline
Data Extraction
CRM Automation
Semantic Search
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.