Nandhu
Nandhu
WARNING:ragas.testset.docstore:Filename and doc_id are the same for all nodes. --------------------------------------------------------------------------- ValueError Traceback (most recent call last) [](https://localhost:8080/#) in () 9 10 # generate testset ---> 11 testset1 = generator.generate_with_langchain_docs(documents, test_size=10,...
----> 1 testset = generator.generate_with_langchain_docs(documents, test_size=10, distributions={simple: 0.5, reasoning: 0.25, multi_context: 0.25},raise_exceptions=False) 2 frames /usr/local/lib/python3.10/dist-packages/ragas/testset/docstore.py in add_nodes(self, nodes, show_progress) 251 results = executor.results() 252 if not results: --> 253 raise...