mrseanryan / gpt-dm

Data modelling via natural language using an LLM. Outputs JSON or SQL. Also generates Test data in SQL or CSV format.
MIT License
2 stars 0 forks source link

Try modelling the DM as a graph. Then can use DOT #7

Open mrseanryan opened 9 months ago

mrseanryan commented 9 months ago

A Data Model can be modelled as a graph:

The can use DOT instead of json can use smaller LLM like CodeLlama 13B

see gpt-workflow issues