Skip to content

JavaAIDev/simple-text-to-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Text to SQL (No RAG)

build

See JavaAIDev article for more details.

Test data: Netflix data

How to run:

  1. Requires Java 21 to build and run.
  2. Start Postgres database using Docker Compose.
  3. Start the server and use Swagger UI to run query.

Sample query:

how many movies are produced in the United States?

Output:

There are 2,058 movies produced in the United States.

Full Text-to-SQL Implementation

For a complete Text-to-SQL implementation, check out my course.

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages