You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hello, I'm using llms to structure unstructured recipes into the json-ld recipe format then import them in tandoor.
The issue is that when importing a recipe in json-ld using the source tab, if this recipe have multiple HowToSection it result in a single step and if one of the HowToSection have an element in itemListElement of type recipe it is just ignored.
I would expect that each HowToSection result in a different step in tandoor and when the HowToSection.itemListElement contains an item of type recipe its turn it into a step like HowToSection and the ingredients listed in it would end up being ingredients of the step.
Describe alternatives you've considered
I originally wanted to target the default tandoor recipes format but I couldn't find a clear schema of it and import for default tandoor format require to compress the file into a zip archive.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hello, I'm using llms to structure unstructured recipes into the json-ld recipe format then import them in tandoor.
The issue is that when importing a recipe in json-ld using the source tab, if this recipe have multiple
HowToSection
it result in a single step and if one of theHowToSection
have an element initemListElement
of type recipe it is just ignored.recipe example:
Describe the solution you'd like
I would expect that each
HowToSection
result in a different step in tandoor and when theHowToSection.itemListElement
contains an item of type recipe its turn it into a step likeHowToSection
and the ingredients listed in it would end up being ingredients of the step.Describe alternatives you've considered
I originally wanted to target the default tandoor recipes format but I couldn't find a clear schema of it and import for default tandoor format require to compress the file into a zip archive.
Additional context
No response
The text was updated successfully, but these errors were encountered: