Supabase additional metadata

Hi all.
I’m using object “Supabase Vectore Store” with “Insert documents” operation mode.
It works, but how can I add custom additional metadata to the one created automatically by this node?
For instance, the node before supabase one, is an “extract from file” node. How can I add filename, for instance, to chunk’s metadata in supabase table?

Thank you in advance.

1 Like

Hi @Gio_Emme

You can use a postgre step to instert the new metadata. like this. This is part of a flow inserting data about google docs.

1 Like

nice :slight_smile: thanks for sharing

1 Like

@King_Samuel_David
Glad to help! If the post solves your issue, please marke it as the solution so others can benifit from it. :grin: