Question about unzipping > loading multiple files to vector store

Hey all, wondering how to go about this in a secure way:

  1. User uploads zip of multiple files via form/webhook
  2. Display feedback to end user of (filenames, green or red dot indicating file is accepted or not)
  3. Accepted files are loaded into vector store and encrypted (ie. pinecone)

Any suggestions on which modules/nodes to use for this workflow?

1-2 is mostly about the n8n Form Node with Multiple Pages.
About the 3rd… there is a crypto node with hmac operation which you may use to encrypt the file

1 Like