unitxt icon indicating copy to clipboard operation
unitxt copied to clipboard

Allow a serializer per field in template.

Open yoavkatz opened this issue 1 year ago • 0 comments

This allows the template to control the formating of each field (e.g. how to enumerate lists). This is done by allow the serializer field of the template to be a dictionary of field_names to serializer .

Fixed example for rag response generation.

Also fixed some bugs in serializer code.

yoavkatz avatar Dec 15 '24 08:12 yoavkatz