Metadata-Version: 2.1
Name: raxo
Version: 0.0.1
Summary: Raxo is a Python package designed to streamline the process of converting natural language queries into SQL queries.
Home-page: https://github.com/raxo-ai/raxo
Author: Bipul Kumar Singh
Author-email: bipulsinghkashyap@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: chromadb >=0.5.0
Requires-Dist: openai >=1.30.1
Provides-Extra: mysql
Requires-Dist: mysql-connector-python >=8.4.0 ; extra == 'mysql'
Provides-Extra: vertica
Requires-Dist: vertica-python >=1.3.8 ; extra == 'vertica'

# Raxo
[![GitHub](https://img.shields.io/badge/GitHub-raxo-blue?logo=github)](https://github.com/raxo-ai/raxo)

# 🔍 Raxo: Transform Natural Language into SQL Queries with RAG

Raxo is an MIT-licensed open-source Python framework for text-to-SQL generation using Retrieval-Augmented Generation (RAG). It simplifies the process of generating SQL queries from natural language input, making it easier to interact with databases using plain English.

## Key Features:
- 🚀 Seamlessly convert natural language queries into SQL statements
- 🔧 Customize query generation to suit your specific database schema and query requirements
- 📊 Access and analyze user data efficiently with generated SQL queries
- 💻 Simple integration into existing Python projects and data pipelines
- 📚 Comprehensive documentation and examples for easy adoption and implementation

Get started with Raxo today and unlock the power of transforming text into actionable SQL queries for your data needs.


