Skip to content

Latest commit

 

History

History

Evaluating_RAG_with_RAGAs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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