Hello,
I’d like to create RAG using Wordpress and Supabase.
I had found ready to go workflow, but this workflow is buggy.
Could You try to help me to fix this workflow?
Here is the original link: WordPress - AI Chatbot to enhance user experience - with Supabase and OpenAI | n8n workflow template
The problem is with puting data about embedings to database
There is an issue with db variable type
Bad request - please check your parameters: cannot insert a non-DEFAULT value into column “id”
cannot insert a non-DEFAULT value into column “id”
Then this value is used to check if the wordpress post is updated or not.
How can I fix it?