ragas
ragas copied to clipboard
Evaluate a simple RAG system : RAG() does not initialize any instance
Hi, This is from the website: https://docs.ragas.io/en/stable/getstarted/rag_eval/
The line:
Initialize RAG instance
rag = RAG()
is not working.