DevTurtle
Home Page
Who I am?
CATEGORIES
AI
DevOps
LEARN
Spring AI
LangChain
Playwright
LlamaIndex
AI
LlamaIndex – Framework for Context-Augmentation
With the exponential increase in data generated every day, it becomes essential to have effective tools to interpret and use this information strategically. We have already seen in our previous articles how the Retrieval Augmented Generation (RAG) technique can use the power of LLMs to support information search and reprocessing. Now the time has come […]
AI
LlamaIndex Tutorial – RAG development with OpenAI and Qdrant
In the world of artificial intelligence, the integration of advanced language models and information databases is critical to creating powerful and intelligent applications. In this article we will see a tutorial on how to develop a Retrieval-Augmented Generation (RAG) system using LlamaIndex, OpenAI and Qdrant. Prerequisites We have already discussed in previous articles about: We […]