Modular NLP-to-SQL engine with dynamic LLM routing, cloud Aiven DB execution and auto-visualization.
283
A production-grade, highly modular NLP-to-SQL interface powered by LLM routing decision-making. It intelligently translates plain English analytical questions into structured queries, executes them against an cloud-hosted Aiven database, and dynamically handles reporting outputs.
To download and spin up this analytics microservice locally:
# Pull the latest containerized image
docker pull amnakhaalid1/text-to-sql-chatbot:latest
# Run the container service with configuration variables
docker run -p 8000:8000 --env-file .env amnakhaalid1/text-to-sql-chatbot:latest
Content type
Image
Digest
sha256:57b4a7ed8…
Size
2.9 GB
Last updated
2 months ago
docker pull amnakhaalid1/text-to-sql-chatbot