- Streamline content management by automatically syncing Notion pages to a vector store.
- Enhance search capabilities with embeddings for improved data retrieval.
- Facilitate knowledge sharing and accessibility within teams.
Trigger the workflow when a new page is added in Notion. Retrieve the content of the added page, including all relevant blocks. Filter out non-text content such as images and videos. Summarize the text content into a concise format. Generate embeddings using Google Gemini for the summarized content. Store the embeddings in Pinecone for efficient searching and retrieval.
- 1Import the workflow template into your n8n instance.
- 2Connect your Notion and Pinecone accounts with the required credentials.
- 3Set the database ID in the Notion trigger to monitor the correct database.
- 4Adjust any parameters as needed for your specific use case.
- 5Activate the workflow to start processing new Notion pages.