I have a RAG IA with supabase.
I need to make a RAG IA with postgres, but there are some commands in the supabase node that I don’t know how to use in the postgres node
You are on the right lines because Supabase sits on top of the database it makes things easier to do but if you go back to just the database itself you would need to work out what sql query Supabase is using to achive your goal.
I thought you were after insert, This looks like it might be a select. match_documents looks to be a function that is added by supabase / pgvector, you can find some info on it here along with the definition.