Serve File to External GPU
I can enable the nextjs app running on vercel to save the audio blob to convex and i can get the nextjs client to retrieve the the audio... how best can the file be served to an external gpu?
I'd prefer to have the nextjs server route serve the file rather than the client as access to the gpu route is via private keys
I am looking into the vercel storage and aws s3 signed ssl... but would prefer not to spin up additional stuff
big picture i need the gpu to get the audio embeddings so open to ideas.
also i have read what docs i found on serve file and http actions
https://docs.convex.dev/file-storage/serve-files
https://docs.convex.dev/functions/http-actions

