https://insightbase.ai allows you to chat to your database and build analytics using the answers.
You can ask for anything and it will answer with a number a text or a graph.
You can build dashboards with widgets that auto-refresh at specified intervals.
This saves a lot of time and has the advantage that anyone can use it without knowing the database structure & coding.
What do you think about this?
Here are things I think and wonder having watched your video and browsed your website...
It makes a very big claim but offers little information. I suppose it's early days but I would need to know things about the interaction with my database.
You give it a connection string only. Is it your claim that it will figure out my database, as if an embedded training set? With no further guidance on my part?
Considering that most of the world uses SQL, your choice to use Mongo in the video demonstration makes me wonder. Is SQL query generation a future thing? That makes me wonder about the status of the project?
You show nice graphs in the demo. Are there limits to what kinds of graphs it can make? Is it some kind of AI generator tech that would allow me to ask it to make anything?
I think this is a really nice looking and potentially wonderful app. I wish you all the luck.
1. Yes, it will figure out your database structure and reply without any further guidance from your part, you don't have to do anything else.
2. We have MySQL and PostgreSQL support (we will add this info on our website, thanks for the feedback).
3. We support a few basic graphs like pie, bar, line and area graphs. You can also get numbers as replies (like totals, averages, etc.), or a table view (you can ask to see a specific entry from your database).
4. You can ask anything, and almost always you will get a good reply.
Feel free to create an account and play around (you don't have to connect your database, we have a demo database that you can use).
1. Accuracy needs to be worked upon. I asked "How many total movies are there" in the demo project, it gave me "You are trying to run an unsafe operation" (!!).
2. It asks for database access if you want to run on your database. Until the trust in the tool is developed and value proposition is clear, will be hard to give any database access.
1. Agreed, we're working on this, but for now we just went on the safe side. We don't want people to break things right now and this is why we have tight rules that flag potential dangerous operations.
2. Agreed as well, but you can provide a read-only user, and we store the credentials in an encrypted form. Also, you can whitelist the ips to our ips only.
I think it's a brilliant use-case of AI, but I really don't like this especially considering how much personal info is in that list. Kudos for being transparent about it, though.
[0] https://insightbase.ai/privacy
[0] https://aihelperbot.com/
What I want from an ai tool is strong "inferences" or some "understanding" of the data. Say I have a table with stock data and for this example it just has the following columns, ticker, close, volume_traded, eps_from_last_report, shares_outstanding. Some questions I should be able to ask are
1. What is the market cap of ticker X?
2. What is the 52 week high of ticker Y?
3. Which week had the most growth for ticker Y compared to the least growth for ticker X?
4. What is the pe ratio for ticker Z end of last quarter?
I hope you get my point, if it's a case where I have to fill in some data/formulas to guide it on what I expect that's fine as well but a pass thru to gpt with a subset of the data in the prompt won't hold up outside of toy cases or limited data. If you can solve that use case reliably then you're miles ahead of the pack.
We'd be happy to run those queries for you if you have a sample database and show you that it's possible.
We'll work on a new demo showing more advanced use cases, not just totals and bar charts.
We're also working on AI assisted initial database generation (aka dump any data and let the AI figure out how to build up a database from it) and AI assisted Charts / Dashboard generation, which will both be released soon!
I have an open issue about that here: https://github.com/simonw/datasette-chatgpt-plugin/issues/2
More about my explorations: https://simonwillison.net/2023/Mar/24/datasette-chatgpt-plug...
With that being said, from my vantage, the value of a tool like this is writing the SQL query for me that I can understand, verify, and reuse.
Since it doesn't look you do that, and only return charts or "answers", you're locking users into an analytics solution rather than a tool that provides flexibility to any traditional BI solution.
Perhaps this is explained by a difference in target audience.
However this could be an option and we might add this feature if it would be valuable to our users.