llama-nl2sql: Leveraging Open-Source AI Models for Natural Language to SQL Query Translation: An Implementation Using LLama
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.
- Natural language to SQL query translation
- Utilizes the LLama AI model
- Supports various SQL databases
To install the necessary dependencies, run:
pip install -r requirements.txt
To use the model for translating natural language to SQL, run:
python src/main.py
We welcome contributions! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.
For any questions or feedback, please contact us at [[email protected]].