Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 326 Bytes

File metadata and controls

10 lines (8 loc) · 326 Bytes

NLP to SQL:

This project would allow a non-technical person to directly interact with a database and retrieve information without knowing SQL.

Steps:

  • Ingest tabular data and convert to SQL database
  • Ingest natural language request
  • Convert NLP to SQL via OpenAI API
  • Send SQL request to database
  • Return Results