supabase-community / seed

Automatically seed your database with production-like dummy data based on your schema for local development and testing.
MIT License
483 stars 19 forks source link

feat: Automated LLM to generate examples #114

Closed CarelFdeWaal closed 7 months ago

CarelFdeWaal commented 7 months ago

Related API/Web PR: https://github.com/snaplet/snaplet/pull/2616 In this PR we just also send all the table names so the API(LLM) can use it to determine the project description. This description is later on used to describe the columns and in turn predict what data is in the column.