Other projects and further learning
As we approach the end of this book, it becomes clear that our journey toward mastering the LlamaIndex framework is only just beginning. I believe that theoretical knowledge can only take us so far. Practical applications are the key to having a real understanding of the information and its application to real-world problems. For this reason, I strongly encourage you to practice and experiment with the tools described in this book. The best way to practice is by studying and building actual RAG applications.
The LlamaIndex examples collection
A great starting point for solidifying your knowledge is the plethora of examples and cookbooks available on the official LlamaIndex documentation page: https://docs.llamaindex.ai/en/stable/examples/. By examining and experimenting with the examples and cookbooks available there, you will gain practical insights into how to use nearly every component of the framework. Additionally, you will learn how to...