Community Contributed: Notion to Vector Store
detail.loadingPreview
Converts Notion page content into vector embeddings and stores them in a Pinecone vector database.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automatically fetches content from Notion pages, processes it, generates vector embeddings using Google Gemini, and stores these embeddings in a Pinecone vector store. It's designed for community contribution and unverified use.
Key Features
- Triggers on new Notion pages.
- Filters out non-text content (images, videos).
- Concatenates and summarizes page content.
- Generates text embeddings using Google Gemini.
- Stores embeddings and metadata in Pinecone.
How To Use
- Import this workflow into your n8n instance.
- Configure the Notion API credentials.
- Set up the Google Gemini API credentials.
- Configure the Pinecone API credentials and specify your index name.
- Ensure the
databaseIdin the Notion trigger is correctly set.
Apps Used
Workflow JSON
{
"id": "51948750-d481-4391-885e-e25e3efcaf63",
"name": "Community Contributed: Notion to Vector Store",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 51948750-d481...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Template: Unverified Data to Vector DB Chat
Load data from Google Drive into Pinecone, then chat with it using OpenAI.
Community Contributed News Extraction (Unverified)
Extracts news posts from a website without an RSS feed, filters them by date, summarizes their content, and extracts relevant keywords.
Community RSS Feed Aggregator
Aggregates content from multiple RSS feeds into a single list.
Create a Zendesk Ticket
Automatically creates a ticket in Zendesk when manually triggered.
Create a Client in Harvest (Unverified)
Manually trigger the creation of a new client in your Harvest account.
Twitch Stream Status Checker
Checks if a Twitch user is currently streaming.