Unlock the power of LLMs like ChatGPT and Ollama to effortlessly query and analyze your SQL database using natural language. Learn to set up and use LangChain for complex queries, making data-driven decisions easier and accessible to all, even without technical expertise.
Put my entire dataset into an LLM so whoever developed the LLM can steal it and use it for training? No. Thank. You.
massive security / data protection issue.
Both langchain as well as ollama run locally and are open source.
To be very frank: your post sounds like fear mongering without having even clicked on the link.
I did read the article. Do you arbitrarily trust any code you run locally without reviewing it?
But I mentioned llama, which is self hosted
Misread the summary to say data driven delusions and that seems accurate.
Just learn the syntax? It’s not super complicated, and the whole reason we have strict syntax is because you can’t reliably convey intent without it.
Or build a better front end.
And their directions for setting this up are vastly more complicated than a basic SQL query.
There’s almost nothing I want less than chatting with my database(s). These people are desperate.
I mean you kinda of looking at from the wrong way, In the company I work for, it was a time saver. A department of engineers in embedded systems can upload some measurements then another department can quicky run some questions to write the findings for a customer. They both don’t know anything about SQL and ti is even faster than the tool we built for them. Since they have to filter through 1TB of data. Yes it needs a lot of optimization to get it perfect.