Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

LLM integration for text to sql query in Java

Pragyan PandeyJul 23 2025

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

Comments
Post Details
Added on Jul 23 2025
0 comments
20 views