/ChatSQL

Repository contenente il codice sorgente dell'applicazione

Primary LanguagePythonMIT LicenseMIT


ChatSQL is a simple chat application that uses LLM models to generate a SQL query based on a natural language query and a database schema.

This application was developed as part of the SC01103936: Software Engineering course at the University of Padua and was proposed by Zucchetti S.p.A. .

Project proposal

The project proposal can be found here (in Italian).

This project endeavors to create a chat application that employs LLM models to produce a SQL query derived from a natural language query and a database schema.

Documentation

The documentation of the project can be found here (in Italian).

Model license

The model used is paraphrase-multilingual-MiniLM-L12-v2.

It was trained by sentences-transformers and is licensed under the Apache License 2.0 license.