Open attilalaszlo opened 3 months ago
somewhat related:
if num_evolutions=0 then the progress message is:
✨ 🍰 ✨ You're generating up to 0 goldens using DeepEval's latest Synthesizer
Which is not true, it will generate num_initial_goldens
goldens only won't be evolve it with evolutions.
Should be fixed in the next synthesizer update soon.
Hey, I think I found a bug I would like to report. Because of an indentation typo, synchronous version of the
generate_goldens_from_scratch
method will use only one initial golden, and then return with the evolved versions of only that. https://github.com/confident-ai/deepeval/blob/095e37e5372be82d68be846e74b5deaa804ef116/deepeval/synthesizer/synthesizer.py#L562Works for async version.