漏 2026 Hashnode
A few months back, I had the chance to present a talk at an AI meetup. My topic was Generative AI Agents, and to make the session more practical, I prepared a small hands-on demo using CrewAI and Ragas. The demo was simple but effective:馃憠 Generate S...

馃 What is Ragas? Ragas (Retrieval-Augmented Generation Assessment) is an open-source Python framework to automatically evaluate the performance of RAG pipelines. RAG systems retrieve documents from a knowledge base and use them to generate answers. ...

As Large Language Models (LLMs) become powerful tools for question answering and summarization, one major challenge still remains: retrieving up-to-date and domain-specific information. This is where Retrieval-Augmented Generation (RAG) systems come ...
