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 d96e167 commit 6ef4f9aCopy full SHA for 6ef4f9a
src/ragas/testset/synthesizers/single_hop/base.py
@@ -64,9 +64,9 @@ def prepare_combinations(
64
if any(term.lower() in concepts for term in terms):
65
if persona_list[persona]:
66
valid_personas.append(persona_list[persona])
67
- sample["personas"] = valid_personas
68
- sample["styles"] = list(QueryStyle)
69
- sample["lengths"] = list(QueryLength)
+ sample["personas"] = valid_personas
+ sample["styles"] = list(QueryStyle)
+ sample["lengths"] = list(QueryLength)
70
71
return [sample]
72
0 commit comments