Help visitors get quick answers from your site content. An AI chat reads your posts and pages and returns clear responses with links. Good for marketing teams that publish often and want better content discovery.
WordPress posts and pages are pulled in, cleaned to Markdown, split into small parts, and turned into embeddings using OpenAI. The data is stored in a Supabase vector table. A schedule checks for new or updated items, then upserts only what changed. A Switch node decides when to delete old vectors and insert new ones. During chat, the flow looks up the best matching content, adds titles and URLs as context, and uses an OpenAI chat model with memory saved in PostgreSQL to keep the conversation on track. Answers are returned through a webhook response.
Set your site URL, Supabase project details, and OpenAI key. Tables for documents and run history can be created with the provided nodes if they do not exist. Run the initial load once, then let the schedule keep things fresh. Expect faster content discovery, fewer support emails, and more time saved each week on manual updates. The chat trigger can be embedded on your site so people can ask questions in plain language.