I am trying to build an app with the following goal:
Analize reports (PDF files) which are saved in a Bubble database. Via ChatGPT I want to ask quiestions about the data in my Bubble app.
From ChatGPT I want to ask the question to retrieve as many PDF’ files from my database and analize them according to a Handbook in my created GPT.
Preferrably I would like to create a chat like solution in Bubble itself, so that I don’t have to go to ChatGPT.
I don’t know where and how to start and if this is even possible. It does not seem to complex. Also I am having a hard time wheter or not I have to choose plugins for this.
Try this plugin OpenAI Assistant - RAG Based Chat . This plugin seamlessly integrates Retrieval-Augmented Generation (RAG) AI chatbot functionality into your application. Also, if you need to do translation or extract text from Images or scanned PDF’s for RAG purposed, you can try out this plugin AI OCR & Translation (Extract, translate, and digitize text — even from handwritten documents)
I’d suggest you to use Bubble to store your PDFs, extract their text with a plugin like PDF.co or Make, then connect OpenAI (GPT) through the API Connector. Once that works, build a basic chat interface in Bubble so you can ask questions directly inside your app. It just takes a bit of setup, but it’s very doable once you get the flow right.