Skip to content

Commit

Permalink
fixed missing callback
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmachan committed Oct 1, 2024
1 parent 5f479e2 commit fd18552
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ragas/experimental/testset/simulators/abstract_qa.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ async def _generate_sample(
summaries=summaries,
),
llm=self.llm,
callbacks=callbacks,
)
question = question.text

Expand Down

0 comments on commit fd18552

Please sign in to comment.