RamiAwar / dataline

Chat with your data - AI data analysis and visualization on CSV, Postgres, MySQL, Snowflake, SQLite...
https://dataline.app
GNU General Public License v3.0
502 stars 49 forks source link

Using DataLine as an inline tool with Espanso #243

Closed vasnt closed 1 month ago

vasnt commented 1 month ago

I prefer to see any AI tool as "Inline" i.e. https://espanso.org/ can autocomplete wherever i am in. if i am writing message in discord/irc chat or emailing someone or writing docs/notes etc.

e.g. if i need to email data of last years' profit to my partner. I'll be writing an email like : my last year's profit was ......(to be filled by dataline upon calling it or DATALINE can be on auto-pilot mode)...

RamiAwar commented 1 month ago

It's possible to build something like this by adding an additional query route to dataline that pre-specifies a certain connection for example. That's the only real variable that goes into a query.

In that scenario we also wouldn't care about message history I'm guessing. Kind of a chat-autocomplete feature.

But a lot of the features wouldn't be available (charts for example) and you'd only want the data results maybe. Idk, seems pretty specific and custom, and hard to work with. It's much easier to just go to the DataLine tab, have a conversation, copy the data you want. I don't think many people have answers that are so straightforward.

That being said, not against something like this if we narrow it down and it makes sense.