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 c760386 commit b0c09b6Copy full SHA for b0c09b6
ragas/src/ragas/testset/synthesizers/multi_hop/specific.py
@@ -94,10 +94,9 @@ async def _generate_scenarios(
94
data=prompt_input, llm=self.llm, callbacks=callbacks
95
)
96
97
- overlapped_items = [list(item) for item in overlapped_items]
98
base_scenarios = self.prepare_combinations(
99
[node_a, node_b],
100
- overlapped_items,
+ themes,
101
personas=persona_list,
102
persona_item_mapping=persona_concepts.mapping,
103
property_name=self.property_name,
0 commit comments