▲ | clgeoio 2 months ago | ||||||||||||||||
LLM powered queries that run in Agent mode so it can answer questions of your data before you know what to ask. | |||||||||||||||||
▲ | XCSme 2 months ago | parent | next [-] | ||||||||||||||||
That's actually not a bad idea, to have LLM autocomplete when you write queries, especially if you first add a comment at the top saying what you want to achieve: // Select all orders for users registered in last year, and compute average earnings per user SELECT ... | |||||||||||||||||
| |||||||||||||||||
▲ | Covenant0028 2 months ago | parent | prev [-] | ||||||||||||||||
Vibe SQLing is where it's at |