See JavaAIDev article for more details.
Test data: Netflix data
How to run:
- Requires Java 21 to build and run.
- Start Postgres database using Docker Compose.
- Start the server and use Chat Agent UI to run query.
Sample query:
How many movies were produced in the United States?
Output:
The total number of movies produced in the United States is 2058.
See the screenshot below.
For a complete Text-to-SQL implementation, check out my course.