Turn new Notion pages into search ready data in Supabase. Ideal for teams that store knowledge in Notion and want fast AI search or chat over their docs without manual copy and paste.
A Notion trigger watches a chosen database every minute. When a page is added, the flow pulls all blocks, removes images and video, and joins the text into one clean field. The text is split into chunks of 256 tokens with 30 overlap to improve search quality. The flow adds metadata like page id and created time, generates embeddings with OpenAI, and inserts the text, vectors, and metadata into a Supabase table with a vector column. This creates a reliable pipeline from Notion to your vector store.
You need a Notion connection to the target database, an OpenAI API key, and a Supabase project with a vector table. Expect faster knowledge access, quicker chatbot setup, and fewer manual steps. Great for company wikis, project docs, and meeting notes that need accurate, up to date retrieval.