I’m building an n8n workflow to process PDFs stored as byte arrays in Supabase. My goal is to extract text, generate embeddings and save them to a vector store. However, I’m getting a ‘binary file input’ error. How can I convert the byte array to a format n8n can work with? Should I store PDFs in Supabase Storage instead?
Has anyone encountered this?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
