Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1 KB

File metadata and controls

13 lines (7 loc) · 1 KB

Evaluating RAG with RAGAs and GPT-4o

Open In Colab

Ragas is a framework for evaluating Retrieval Augmented Generation (RAG) pipelines.

Ragas provides you with the tools/metrics based on the latest research for evaluating LLM-generated text to give you insights about your RAG pipeline. Ragas can be integrated with your CI/CD to provide continuous checks to ensure performance.

GPT4-o is used as an LLM to generate responses out of semantically close context chunks.

flow

Try it out on Colab - Open In Colab