🧠 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. ...