Show HN: Natural Language to SQL "Text-to-SQL" API Hi HN- Today, we are releasing the hosted API for our natural language to SQL engine, which allows you to: (1) Explain Your Data: Feed in dictionaries, dbt, schemas, Confluence docs - we'll understand the business context to your data. (2) Train Your AI: Fine-tune an LLM (including GPT-4) specifically for your data, increasing accuracy and lowering latency (3) Trust the Answer: See confidence scores with each AI-generated query, stay in control. (4) Conduct complex SQL queries Problem background - Developers struggle to build NL-to-SQL into products because LLMs do not work out-of-the-box; they lack metadata and business definitions. Existing NL-to-SQL tools struggle with context, complexity, and adapting to your data. For example, given the question “what was the average rent in Los Angeles in May 2023?” a reasonable human would either assume the question is about Los Angeles, CA or would confirm the state with the question asker in a follow up. However, an LLM translates this to: select price from rent_prices where city=”Los Angeles” AND month=”05” AND year=”2023” Dataherald integrates with major data warehouses, including PostgreSQL, Databricks, Snowflake, BigQuery, and DuckDB. You can try it now free – no fees, no credit card, no sales pitches, just get the API key and get going. Let us know if it works for you, even your complex queries. ( https://ift.tt/Wx8lpcD ) While the open source version works just fine ( https://ift.tt/dVE4akS ), the hosted API might be a better fit for those looking for: (1) someone else to take care of infrastructure setup, (2) access to an Admin UI console where you can configure and monitor performance, and (3) ability to invite team members to a project. We're looking for feedback, particularly from anyone who can compare this performance to other NL-to-SQL products. Share your thoughts and join the conversation For more background on the release: https://ift.tt/v3U9Rma https://ift.tt/Wx8lpcD February 15, 2024 at 12:33AM
Show HN: Natural Language to SQL "Text-to-SQL" API https://ift.tt/RkBxewj
Related Articles
Show HN: Public Domain Torrent Site https://ift.tt/aFhY0bwShow HN: Public Domain Torrent Site I have been working on this site f… Read More
Show HN: 1Minute Break – VS Code extension for developer well-being https://ift.tt/iq2Wg5GShow HN: 1Minute Break – VS Code extension for developer well-being As… Read More
Show HN: FastIndex, an open-source search engine indexation tool https://ift.tt/OoUStWuShow HN: FastIndex, an open-source search engine indexation tool There… Read More
Show HN: Agentic AI coding tool that's easy to use, transparent and customizable https://ift.tt/DLg81TkShow HN: Agentic AI coding tool that's easy to use, transparent and cu… Read More
Show HN: A new, improved, and open-source clipboard history Chrome extension https://ift.tt/Zxzq9B2Show HN: A new, improved, and open-source clipboard history Chrome ext… Read More
Show HN: Broken Hill: A Productionized GCG Attack Tool for Use Against LLMs https://ift.tt/b9ORcDlShow HN: Broken Hill: A Productionized GCG Attack Tool for Use Against… Read More
Show HN: Httpdbg – A tool to trace the HTTP requests sent by your Python code https://ift.tt/9bzKTHcShow HN: Httpdbg – A tool to trace the HTTP requests sent by your Pyth… Read More
Show HN: Phobos – an engine extension for Red Alert 2: Yuri's Revenge https://ift.tt/FCTHqRQShow HN: Phobos – an engine extension for Red Alert 2: Yuri's Revenge … Read More
0 Comments: