adityamity

Results 36 comments of adityamity

@dosu please help me understand why for many of the questions, I am getting 'ground_truth' as '`The answer to given question is not present in context' even though the `context`...

@dosu from where and how does Ragas create 'Contexts' using TestSetGenerator?

@dosu Let me rephrase my question. To evaluate my RAG application build on llamaindex, i am using RAGAS. To evaluate using RAGAS we need to first generate the testset using...

@dosu I am using AzureAISearchVectorStore , what changes i need to do to handle the above scenario ?

@dosu i am using in the same manner , below is how my nodes look like: when i run my code, i shows me below status: `embedding nodes: 95%|█████████▌| 19/20...

@dosu I am getting error: ``` from ragas.testset.docstore import DocumentStore docstore = DocumentStore() ``` `TypeError: Can't instantiate abstract class DocumentStore with abstract methods add_documents, add_nodes, get_node, get_random_nodes, get_similar`