https://github.com/banickn/ensemblesqlrag
https://github.com/banickn/ensemblesqlrag
genai rag sql
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/banickn/ensemblesqlrag
- Owner: banickn
- Created: 2024-11-18T10:39:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T08:12:29.000Z (over 1 year ago)
- Last Synced: 2025-03-20T23:13:30.632Z (over 1 year ago)
- Topics: genai, rag, sql
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# EnsembleSQLRAG
EnsembleSQLRAG is a Python project that leverages a RAG architecture to generate SQL queries from a given keywords.
It uses a combination of metadata and historical queries to generate SQL queries that are relevant to the user's input.
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)