Open Sifr-un opened 1 month ago
Hi @Rayryu
You have some CI failed jobs, please check it
I see that the minimal requirements CI step has failed. I've now added sqlvalidator
to the requirements file 👌
Hi! To fix mypy you need to add ignore block to setup.cfg in repo root. You can check out mypy section for examples
Hi! To fix mypy you need to add ignore block to setup.cfg in repo root. You can check out mypy section for examples
Thank you @mike0sv for chiming in. I've added a sqlvalidator
block in setup.cfg
.
Hi @Rayryu,
It looks like we're almost there!
Could you please add the new descriptor to the list of descriptors under the TextEvals section on the documentation page? The file that needs to be updated is located here: all-metrics.md#text-evals.
Once that’s done, we’ll be all set to proceed with the merge!
Hi @Sifr-un ,
do you need some help with adding IsValidSQL
to the list of descriptors under the TextEvals section all-metrics.md#text-evals?
@emeli-dral, how can I help to speed this up? Merge the changes from this branch and prepare new PR?
Implementing a SQL validator for LLM responses as a new descriptor. Resolves #1321