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

markdown support #239

Closed vasnt closed 1 month ago

vasnt commented 1 month ago

Possible to add support for markdown files? so i can query easily obsidian/other notes?

sample query:

RamiAwar commented 1 month ago

Hey @vasnt! That seems like an interesting usecase.

My first thought is creating a markdown -> SQLite script and then you just plug it in. But it wouldn't be an exactly live connection. We could still 'refresh' it every once in a while but not really live.

I'd say this isn't exactly DataLine territory, but depending on how you want to do it it could be.

vasnt commented 1 month ago

other use-cases:

RamiAwar commented 1 month ago

Okay I see, yeah that's not really what DataLine is built for - that's more of a vector embedding DB search, lots of tools already do this!

We focus more on querying structured data in a more complex way and building charts and exporting tables and stuff. More data analysis stuff than "answer a general question based on unstructured data" if you know what I mean.