Hi everyone,
I am the founder of Retorch. Retorch allow you to connect your data from any source including CSVs, SQL, Excel, Google Sheets etc... (and are looking at Stripe/Market Data… integrations) and run queries on the data in natural language. We first retrieve the relevant data and convert your query into Python. We inject all of this into a Virtual Machine, and gather the output and show it to you. We have extended visualisation tools from dataframes, print logs and matplotlib into interactive visualisation tools that allow you to do more and (hopefully!) look and feel better and easier.<p>Above everything I’m genuinely just looking for feedback on my project - I am an parttime indie hacker (student) and I’ve built this over the last few weeks. Currently, I’ve tried tools that allow SQL queries but anything beyond that is impossible which seriously limits how much I could do with data, other than export it to colab and run analysis in python. Ive extended all of this so data retrieval and analysis are tied into one natural language interface.<p>I’ve add certain features beside prompt engineering that I hope make the product more useful like a debug loop (i.e. feed errors back to the LLM to generate new code), persistent VM connections with high RAM (let’s say I create a linear regression model in one prompt, I can call it in the next prompt, and a micro Python IDE so you can change the generated code itself and run a new version of it.<p>Any and all feedback + criticism welcome.