From the course: Hands-On AI: Introduction to Retrieval-Augmented Generation (RAG)

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Challenge: Comparing results

Challenge: Comparing results

(upbeat music) - [Instructor] For your last project, let's go ahead and compare and contrast how different setups for your RAG application look. Here, in our starting notebook, we have the same few blocks of code at the beginning. Here, all we're doing is importing these tokens. The URL, the LLM, the embedding, Phoenix, starting Phoenix to LlamaIndex. And then here we're reading in new data and perhaps storing it in a different vector store index. And then we're asking questions. So this block is where you need to be changing your code so that you can compare and contrast different ways that the code might be set up.

Contents