1 repository
Refining the process of SQL generation through metadata scanning and verified examples.
Distinct from SQL Query Generation: Distinct from SQL Query Generation: focuses on the optimization of the generation process rather than the act of generation itself.
Explore 1 awesome GitHub repository matching data & databases · Query Generation Optimization. Refine with filters or upvote what's useful.
DataHerald is a natural language text-to-SQL interface and data analytics tool that translates English questions into executable database queries using a large language model. It functions as a query generator and connectivity layer capable of retrieving database records and summarizing the results into human-readable explanations. The project features a dedicated business logic layer for defining database constraints and managing verified query pairs to improve translation accuracy. It acts as a multi-warehouse data connector, allowing for the indexing and querying of multiple SQL databases
Refines SQL generation by scanning metadata and adding verified query pairs to increase accuracy.