Hacker News new | ask | show | jobs
by BenderV 1033 days ago
Congrats for your launch !

I also built NL2SQL solution (relying on OpenAI).

My first version was a direct NL2SQL version, named Olympe - https://github.com/BenderV/olympe I used it quite a while but trying to plug it to real database (100+ tables, unprepared) was unsuccesful.

I switched to chat version, named Ada - https://github.com/BenderV/ada

IMHO, it's the way to go. The AI explore the database, it's connection, the data format & co. Plus, it help with ambiguity and feels more "natural".

1 comments

Nice! how's the switch to Ada been? Any unexpected hurdles?
Great since GPT4. However, I need to add some optimization because it's take time for the AI to explore databases / tables schema / structures.