Discover and explore top open-source AI tools and projects—updated daily.
FalkorDBNatural language to SQL conversion engine
Top 90.1% on SourcePulse
This open-source Text2SQL tool translates natural language questions into SQL queries, simplifying database interactions. It leverages graph-powered schema understanding to interpret user prompts, enabling queries in plain English. The project targets developers and power users seeking efficient, natural-language access to databases.
How It Works
The system employs graph-based schema understanding to interpret natural language prompts and generate corresponding SQL. It exposes a REST API for managing database schemas (graphs) and executing queries, with optional integration for the Model Context Protocol (MCP). AI/LLMs, configurable for Azure OpenAI or direct OpenAI usage, power the core Text2SQL conversion.
Quick Start & Requirements
docker run -p 5000:5000 -it falkordb/queryweaver
Using a .env file for configuration is advised.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
APP_ENV setting is crucial for secure session handling and avoiding CSRF warnings in production/staging.3 days ago
Inactive
sqlchat