Live data from Hacker News

Vanna.ai: Chat with your SQL database

github.com

11–20 of 243 posts

Re: Vanna.ai: Chat with your SQL database

#14
The most success I had with AI+SQL was when I started feeding errors from the sql provider back to the LLM after each iteration.

I also had a formatted error message wrapper that would strongly suggest querying system tables to discover schema information.

These little tweaks made it scary good at finding queries, even ones requiring 4+ table joins. Even without any examples or fine tuning data.

Re: Vanna.ai: Chat with your SQL database

#17
It would be fun if you could actually train your raw sql and the llm output is the actual answer and not sql commands. In this way its just another language layer on top/in between of sql. Probably hurts efficiency and performance in the long run.
Post reply on HN