Show HN: We open sourced our entire text-to-SQL product Long story short: We (Dataherald) just open-sourced our entire codebase, including the core engine, the clients that interact with it and the backend application layer for authentication and RBAC. You can now use the full solution to build text-to-SQL into your product. The Problem: modern LLMs write syntactically correct SQL, but they struggle with real-world relational data. This is because real world data and schema is messy, natural language can often be ambiguous and LLMs are not trained on your specific dataset. Solution: The core NL-to-SQL engine in Dataherald is an LLM based agent which uses Chain of Thought (CoT) reasoning and a number of different tools to generate high accuracy SQL from a given user prompt. The engine achieves this by: - Collecting context at configuration from the database and sources such as data dictionaries and unstructured documents which are stored in a data store or a vector DB and injected if relevant - Allowing users to upload sample NL <> SQL pairs (golden SQL) which can be used in few shot prompting or to fine-tune an NL-to-SQL LLM for that specific dataset - Executing the SQL against the DB to get a few sample rows and recover from errors - Using an evaluator to assign a confidence score to the generated SQL The repo includes four services https://ift.tt/W0hawB1 : 1- Engine: The core service which includes the LLM agent, vector stores and DB connectors. 2- Admin Console: a NextJS front-end for configuring the engine and observability. 3- Enterprise Backend: Wraps the core engine, adding authentication, caching, and APIs for the frontend. 4- Slackbot: Integrate Dataherald directly into your Slack workflow for on-the-fly data exploration. Would love to hear from the community on building natural language interfaces to relational data. Anyone live in production without a human in the loop? Thoughts on how to improve performance without spending weeks on model training? https://ift.tt/MRL97Kf May 23, 2024 at 09:20PM
Show HN: We open sourced our entire text-to-SQL product https://ift.tt/W68BhGF
Related Articles
Show HN: Collaborative Lisp Coding on Discord https://ift.tt/lg02WVLShow HN: Collaborative Lisp Coding on Discord This is a Discord bot I … Read More
Show HN: Cheq UPI – India's first UPI payments app for foreigners https://ift.tt/HgoM9WYShow HN: Cheq UPI – India's first UPI payments app for foreigners Hell… Read More
Show HN: VimGPT: LLM agent/toolkit for fast file edits using Neovim https://ift.tt/Ij9oJwlShow HN: VimGPT: LLM agent/toolkit for fast file edits using Neovim ht… Read More
Show HN: My first interactive article – breakdown of a complex menu UI https://ift.tt/ExjtFVWShow HN: My first interactive article – breakdown of a complex menu UI… Read More
Show HN: Breakout programmed in CSS (no JavaScript) https://ift.tt/UhPWCBwShow HN: Breakout programmed in CSS (no JavaScript) I always see great… Read More
Show HN: Dialoqbase – open-source chatbot creation platform (LangChain wrapper) https://ift.tt/70LQtTqShow HN: Dialoqbase – open-source chatbot creation platform (LangChain… Read More
Show HN: Focusdoro(AI) – AI assisted Pomodoro task list https://ift.tt/O4KQZs0Show HN: Focusdoro(AI) – AI assisted Pomodoro task list Hi, I have alw… Read More
Show HN: macOS GUI for running LLMs locally https://ift.tt/YKEFJC3Show HN: macOS GUI for running LLMs locally Hello HN, I've been workin… Read More
0 Comments: