It’s not enough to have answers—they have to be accessible and easy to retrieve by users. Large organizations with many moving parts face a particular challenge keeping up with Q&A systems over time. That’s where OCI Generative AI and retrieval-augmented generation (RAG) can step in to help create friendlier systems with more frequent updates based on new web pages.
In this demo, we’ll create a RAG model using OCI Generative AI, LlamaIndex, Qdrant vector database, and SentenceTransformerEmbeddings. This 21-line code will allow you to scrape web pages and use LlamaIndex for indexing, OCI Generative AI for question generation, and Qdrant for vector indexing.