Kandra Akash

Results 13 comments of Kandra Akash

from ragas import ( SingleTurnSample, EvaluationDataset, evaluate ) from ragas.embeddings import LangchainEmbeddingsWrapper, embedding_factory from ragas.llms import LangchainLLMWrapper, llm_factory, InstructorLLM from ragas.metrics.collections import ( Faithfulness, AnswerRelevancy, ContextRecall, ContextPrecision, ContextUtilization, ContextEntityRecall, NoiseSensitivity,...

if evaluate is deprecated, then which evaluation function to use to evaluate the metics for my dataset?