Bubble + WhatsApp + Ai

Been Bubbling for a while and have built a few apps. Traditional programming background. My main job at the moment is outside the IT sphere and a bit niche. I’m a member of a couple of work-related WhatsApp and Telegram groups. People are asking questions every day on these groups and they’ve been around for a few years - there is a tremendous amount of information locked up in the chats. I’m wondering would it be possible to feed all this info into an AI engine somehow and build a Bubble app to interface to it? As I said, reasonably competent Bubbler at this stage, but no real experience of AI.

Hey, definitely! You can parse the information for these groups, and use a knowledge retrieval agent (an out-of-the-box implementation with OpenAI or using LLMs with Langchain and a Vector DB to index the info and retrieve it) to get metrics that you can build an interface for in Bubble

Thanks for the reply! Could you expand a bit please? How would I parse the data from Whatsapp - download years worth of chats and feed it in? Or is there an API I could link to? Also if I went with the first option I suppose I’d regularly have to download the chats to keep the AI up to date?