Hacker News new | past | comments | ask | show | jobs | submit login

This is interesting. Any chance you will open source it?



Eventually at a later point in time! I‘m currently integrating the AI-based generation of queries…


Nice, I was working on something similar.

Using meta queries to fill my system prompt with the entire schema of the db in a condensed format.

It was working quite well!

Would love to hear about your approach.


Cool, my approach is basically the same, put the schema in the system prompt automatically, and the user prompt from the UI, and render the resulting SQL back to the UI.

Question is more where to host this "on the cheap" because this is a free service, and I can't just spend hundreds of Dollars/month to keep it running... Do you have any recommendations?


If you're open sourcing it just include a docker-compose in the root directory. I'm sure most people would like to self-host.

In general I don't think this would eat too many resources, just throw it on a VPS using systemd.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: