Chatbots have become more conversational with AI, but they’re still limited by their large language model training data set. This can be a problem if you want them to understand new data on the fly. That’s where retrieval-augmented generation (RAG) can help, augmenting the data in real time during conversations.
In this project, we’ll build an API-driven chatbot with RAG using OCI Generative AI Agents, Oracle APEX, and Oracle REST Data Services, which will provide an endpoint for the chatbot so that it can “speak” to users.