Skip to content

Leveraging Open-Source AI Models for Natural Language to SQL Query Translation: An Implementation Using LLama

License

Notifications You must be signed in to change notification settings

mdxabu/llama-nl2sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llama-nl2sql: Leveraging Open-Source AI Models for Natural Language to SQL Query Translation: An Implementation Using LLama

Introduction

This project aims to leverage open-source AI models to translate natural language queries into SQL queries. The implementation utilizes the LLama model to achieve this translation effectively.

Features

  • Natural language to SQL query translation
  • Utilizes the LLama AI model
  • Supports various SQL databases

Installation

To install the necessary dependencies, run:

pip install -r requirements.txt

Usage

To use the model for translating natural language to SQL, run:

python src/main.py

Contributing

We welcome contributions! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

Contact

For any questions or feedback, please contact us at [[email protected]].

About

Leveraging Open-Source AI Models for Natural Language to SQL Query Translation: An Implementation Using LLama

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages