I have 1 node is the Question and Answer Chain that receives the user’s question, processes, gives them an answer and then store that answer in Supabase database. But in only return the output data, it can’t return the metadata (JSON), Are there any way to return and store that metadata? I will give some pictures below to make sure that you guys can understand my situation
Return data from Supabase Vector Store is a list with pageContent (user readable) and metadata (JSON)
But Question and Answer chain can only return text after format, I want it return a list of metadata to store in supabase database node
Below is my flow
Thank you all!