We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c09b6 commit 1cad1daCopy full SHA for 1cad1da
ragas/src/ragas/testset/synthesizers/multi_hop/specific.py
@@ -94,9 +94,10 @@ async def _generate_scenarios(
94
data=prompt_input, llm=self.llm, callbacks=callbacks
95
)
96
97
+ overlapped_items = [[item] for item in themes]
98
base_scenarios = self.prepare_combinations(
99
[node_a, node_b],
- themes,
100
+ overlapped_items,
101
personas=persona_list,
102
persona_item_mapping=persona_concepts.mapping,
103
property_name=self.property_name,
0 commit comments