When working with downloaded binary files, how can i detect the file type and then send it to the correct extract node so that all files uploaded to google drive can be automatically embedded into Vector database?
Binary files don’t allow you to pull any schema through for file type.
When output is text it works fine, but what if i want to upload an excel sheet or a jpeg?
Thank you yes I have tried this, I think I’m having problems where there are 2 webhooks going into the workflow. How is this properly managed, as in can you map both webhooks data in the workflow?
This is what I’m trying to do but getting stuck with the output of extract file nodes. How do I get the Json output into the database? Is what I’m trying to do possible?