I’m looking to use OpenAI for comparing documents (sentiment analysis). I have one set of docs (pdfs) on my GCP bucket (easier as all the OCR/Doc Intelligence is done on GCP - advise if better done natively on Bubble), and this app on bubble will allow a user to upload another file for a one-on-one comparison. The idea is submitting both files content to GPT4 and with the hope returning a content similarity score, gaps analysis between the two and other recommendations. I’m a new user struggling on getting the workflow and necessary APIs for this. Any help will be appreciated (design part is done).