Skip to content

Commit

Permalink
fix readme on GMD
Browse files Browse the repository at this point in the history
  • Loading branch information
dayesouza committed Nov 13, 2024
1 parent 6fdfea8 commit c3fedf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/workflows/generate_mock_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ Select the `View example outputs` tab (in app) or navigate to [example_outputs/g

1. [**Input**] A JSON file containing the JSON schema with which to generate output records (optional).
2. [**Process**] The user edits the uploaded JSON schema or creates one interactively.
3. [**AI Calls**] The system uses generative AI to create a dataset of mock records following the JSON schema.
4. [**Output**] A JSON schema defining structured data records and a dataset of mock records following this schema.
3. [**AI Calls**] The system uses generative AI to create a dataset of mock records following this JSON schema.
4. [**AI Calls**] The system uses generative AI to create a dataset of mock texts based on these mock records.
5. [**Output**] A JSON schema defining structured data records, a dataset of mock records following this schema, and a dataset of mock texts following these records.

## Input requirements

Expand Down

0 comments on commit c3fedf5

Please sign in to comment.