#nl2sql (5 Repositories)
Ranked open-source repositories tagged with #nl2sql, scored by pull request acceptance likelihood and maintainer engagement velocity.
38.0%
12.4h
5 repositories tagged #nl2sql
dataease/SQLBot
🔥 基于大模型和 RAG 的智能问数系统,对话式数据分析神器。Text-to-SQL Generation via LLMs using RAG.
sjjian/openhare
AI-powered desktop SQL client. Cross-platform. Built with Flutter.
boxed-dev/cognidb
CogniDB is a Python-powered Natural Language to SQL interface that enables users to query databases like MySQL, PostgreSQL, MongoDB, and AWS RDS using plain English. It parses questions, understands schema, generates safe SQL, and returns results, empowering non-technical users to gain database insights without writing SQL.
GoogleCloudPlatform/Open_Data_QnA
The Open Data QnA python library enables you to chat with your databases by leveraging LLM Agents on Google Cloud. Open Data QnA enables a conversational approach to interacting with your data by implementing state-of-the-art NL2SQL / Text2SQL methods.
Text2SqlAgent/text2sql-framework
Agentic text-to-SQL SDK: hand the LLM one execute_sql tool and let it explore the schema, test queries, and self-correct — no RAG, no semantic layer. 20/20 on an 80-table Spider run. Built-in tracing and scenario support.