Hello folks.
I am trying to make a small application to do some cricket (a sport) analysis. I know there are platforms available but I want to make one of my own. I am trying to build a small API which will take in a simple text as input. This input should then be processed probabl by an LLM and converte into a sql query. This query will then be executed, data retrieved and again used an llm to make it easy to read and given to the user.
I want to know if there are any open-source framework available in Java to help me with text to sql or free/limited use llm api available to integrate and help me with text to sql.
Any suggestions will be very helpful.
Thanks