Earlier quoted context omitted.
What I meant was that it isn't a web app and I don't store your connection strings or query results. I'll make this more clear
You might not but openai does.
Show HN: SnapQL – Desktop app to query Postgres with AI
31–40 of 85 posts
Re: Show HN: SnapQL – Desktop app to query Postgres with AI
#32Re: Show HN: SnapQL – Desktop app to query Postgres with AI
#33Earlier quoted context omitted.
What I meant was that it isn't a web app and I don't store your connection strings or query results. I'll make this more clear
You might not but openai does.
Re: Show HN: SnapQL – Desktop app to query Postgres with AI
#34Earlier quoted context omitted.
You might not but openai does.
That makes no sense. OpenAI doesn't know the secret database connection string or any query results. Perhaps you should have read the code before making baseless claims.
Re: Show HN: SnapQL – Desktop app to query Postgres with AI
#35Question, how are you testing this? Like doing it on dummy data is a bit too easy. These models, even 4o, falter when it comes to something really specific to a domain (like I work with supply chain data and other column names specific to the work that I do, that only makes sense to me and my team, but wouldn't make any sense to an LLM unless it somehow knows what those columns are)
Re: Show HN: SnapQL – Desktop app to query Postgres with AI
#36I could see this being incredible if it had a set of performance related queries or ran explain analyze and offered some interpreted results.
Can this be run fully locally with a local llm?
Re: Show HN: SnapQL – Desktop app to query Postgres with AI
#37This is nice -- we're heavy users of postgresql and haven't found the right tool here yet. I could see this being incredible if it had a set of performance related queries or ran explain analyze and offered some interpreted results. Can this be run fully locally with a local llm?
Re: Show HN: SnapQL – Desktop app to query Postgres with AI
#38Re: Show HN: SnapQL – Desktop app to query Postgres with AI
#39Would love to contribute. I have made a fork, will try and raise a PR if contributions are welcome. Question, how are you testing this? Like doing it on dummy data is a bit too easy. These models, even 4o, falter when it comes to something really specific to a domain (like I work with supply chain data and other column names specific to the work that I do, that only makes sense to me and my team, but wouldn't make an…
And thank you for offering to contribute. I'll be very active on GitHub!
Re: Show HN: SnapQL – Desktop app to query Postgres with AI
#40This is nice -- we're heavy users of postgresql and haven't found the right tool here yet. I could see this being incredible if it had a set of performance related queries or ran explain analyze and offered some interpreted results. Can this be run fully locally with a local llm?