Ai assistant in Bubble app

Hello everybody,

I have a contract management application that has a big database of the contracts with different information. I would like to make an AI assistant in the app that can answer questions about the contract in the database.

Is this already possible within bubble? Also the Ai assistant should only have access to the right contracts.

Anyone knows a way to set this up?

Yes, with a vector database like Pinecone.

1 Like

I’ve been working on something similar with a contract database, and I used AI to help answer questions based on contract data. I think what you’re aiming for is definitely possible within Bubble with some custom workflows. You could set up privacy rules to ensure the AI assistant only has access to the right contracts based on user permissions.

I found some great resources on https://www.maestrolabs.com/blog-detail/looking-for-the-best-ai-assistant-for-business-top-10-choices-for-2024 that gave me a lot of insight into integrating AI into business apps. When I set up a similar system, I had the AI assistant analyze contracts and help generate summaries or pull specific clauses based on queries.