Generate structured synthetic data based on json schema using open source llm #9334
Replies: 3 comments
-
@esttenorio could you take a look at this issue and share any relevant samples? Thanks! |
Beta Was this translation helpful? Give feedback.
-
As part of the new SK Processes Framework, in the near future there will be samples that cover up ways on how to fill up a structured data using JSON schemas both in python and .NET. For now, there's SK Process sample that is a simple example that provides a starting point on a way to fill up structured data: It's not the same since it does not make use of a JSON schema but it does make use of a structured object to fill up and only move on when it is completed. |
Beta Was this translation helpful? Give feedback.
-
Thanks @rvinothrajendran for the discussion and valuable inputs. |
Beta Was this translation helpful? Give feedback.
-
Using c#, I am working to generate structured synthetic data based on Json schema using open source llm, How to start, any links or project as reference.
Beta Was this translation helpful? Give feedback.
All reactions