|
|
|
|
|
by samstave
656 days ago
|
|
Have you use BI tools, such as Looker, Tableau, and the like? LookerML is their abstracted version - but they always have an expander panel for seeing the sql. --- What I would like is to use this in reverse - such that I can feed it a JSON output from my GPT bots Tribute - and use this to craft a sql schema dynamically into a more structured way where my table might be a mark-down version of the {Q} query - and it does SQL to create table if not exist, insert [these objects from this json for these things into this DB, now these json objects from this output into this other DB. Now I am pulling data into the DB that I can then RAG off as I fill it with Cauldrons of Knowledge I am scvraping for my rabbit-hole project thingamijiggers. |
|