TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Data Neuron – a framework to create AI data analyst

1 pointsby vysakh010 months ago
Data Neuron is a CLI framework to maintain a semantic&#x2F;context layer and query DB in natural language.<p>We have been trying to solve the text to sql problem in my company for quite sometime. We have been using a version of semantic layer or the context to get text2sql to some accuracy in our product. The internal framework is UI based and for datawarehouses.<p>I thought I&#x27;ll create a quick mini version of it (hence the name &quot;neuron&quot;, our company is DataBrain) which is a cli tool.<p>Currently supports: SQLite, PostgreSQL, MySQL, MSSQL<p>Works well with Claude 3.5 sonnet which is the default, also has support for OpenAI, LLAMA, Mistral..<p>The objective is to have a framework or approach so one can create, maintain, improve the semantic layer such that an AI agent can answer questions about one&#x27;s data.<p>Next set of plans: If one wants to fine tune, transform the context layer to a compatible dataset. And also to create a flask python API to accept incoming questions and return results as json or stream. And to support synthetic query generation based on existing context and to support some form of eval&#x2F;testing of the generated queries.<p>I have been wanting it to do this cli for quite sometime. This is just a minimal, quickly put together, early version of it. Any feedback would be appreciated!

no comments

no comments