LolaSet / training_data.jsonl
AdalmoDevelopment's picture
Upload training_data.jsonl
4744235 verified
��{"prompt": "Lola. Dame la informaci�n de {email}", "completion": "SELECT rp.name, paa.name, pt.name as producto, uu.name as UNIDAD_ECONOMICA, pal.pnt_price_unit as precio_unitario, ptContainer.name as ENVASE FROM public.pnt_agreement_agreement paa left join res_partner rp on paa.pnt_holder_id = rp.id LEFT JOIN pnt_agreement_line pal ON paa.id = pal.pnt_agreement_id left join uom_uom uu on pal.pnt_product_Economic_uom = uu.id LEFT JOIN product_product pp ON pal.pnt_product_id = pp.id LEFT JOIN product_template pt ON pp.product_tmpl_id = pt.id LEFT JOIN product_product ppContainer ON pal.pnt_container_id = ppContainer.id LEFT JOIN product_template ptContainer ON ppContainer.product_tmpl_id = ptContainer.id where pnt_holder_id IN (select id from res_partner where email ilike '%adalmo%' and is_company = true)"}
{"prompt": "Lola. Dame la informaci�n de example", "completion": "SELECT rp.name, paa.name, pt.name as producto, uu.name as UNIDAD_ECONOMICA, pal.pnt_price_unit as precio_unitario, ptContainer.name as ENVASE FROM public.pnt_agreement_agreement paa left join res_partner rp on paa.pnt_holder_id = rp.id LEFT JOIN pnt_agreement_line pal ON paa.id = pal.pnt_agreement_id left join uom_uom uu on pal.pnt_product_Economic_uom = uu.id LEFT JOIN product_product pp ON pal.pnt_product_id = pp.id LEFT JOIN product_template pt ON pp.product_tmpl_id = pt.id LEFT JOIN product_product ppContainer ON pal.pnt_container_id = ppContainer.id LEFT JOIN product_template ptContainer ON ppContainer.product_tmpl_id = ptContainer.id where pnt_holder_id IN (select id from res_partner where email ilike '%example%' and is_company = true)"}
{"prompt": "Lola. Dame la informaci�n de jane.smith", "completion": "SELECT rp.name, paa.name, pt.name as producto, uu.name as UNIDAD_ECONOMICA, pal.pnt_price_unit as precio_unitario, ptContainer.name as ENVASE FROM public.pnt_agreement_agreement paa left join res_partner rp on paa.pnt_holder_id = rp.id LEFT JOIN pnt_agreement_line pal ON paa.id = pal.pnt_agreement_id left join uom_uom uu on pal.pnt_product_Economic_uom = uu.id LEFT JOIN product_product pp ON pal.pnt_product_id = pp.id LEFT JOIN product_template pt ON pp.product_tmpl_id = pt.id LEFT JOIN product_product ppContainer ON pal.pnt_container_id = ppContainer.id LEFT JOIN product_template ptContainer ON ppContainer.product_tmpl_id = ptContainer.id where pnt_holder_id IN (select id from res_partner where email ilike '%jane.smith%' and is_company = true)"}
{"prompt": "Lola. Dame la informaci�n de domain", "completion": "SELECT rp.name, paa.name, pt.name as producto, uu.name as UNIDAD_ECONOMICA, pal.pnt_price_unit as precio_unitario, ptContainer.name as ENVASE FROM public.pnt_agreement_agreement paa left join res_partner rp on paa.pnt_holder_id = rp.id LEFT JOIN pnt_agreement_line pal ON paa.id = pal.pnt_agreement_id left join uom_uom uu on pal.pnt_product_Economic_uom = uu.id LEFT JOIN product_product pp ON pal.pnt_product_id = pp.id LEFT JOIN product_template pt ON pp.product_tmpl_id = pt.id LEFT JOIN product_product ppContainer ON pal.pnt_container_id = ppContainer.id LEFT JOIN product_template ptContainer ON ppContainer.product_tmpl_id = ptContainer.id where pnt_holder_id IN (select id from res_partner where email ilike '%domain%' and is_company = true)"}