ObservedObserver / viz-gpt

Make contextual data visualization with Chat Interface from tabular datasets. AI data visualization.
https://vizgpt.ai
Other
583 stars 66 forks source link

can i connect database instead of csv file ? #14

Open prameelareddi opened 1 year ago

prameelareddi commented 1 year ago

Great thanks !!! I need to connect my relational database ( postgres or MySQL) instead of uploading CSV file. possible?

lukataylo commented 1 year ago

I would assume the data has to be vectorised before LLM can answer. So you may have to use langchain

ObservedObserver commented 1 year ago

vizGPT now can communicate with postmessage. You can use a data connector to connect the database, load the data, and postMessage to vizGPT.

RATH is an example of how to do this, by loading the dataset into RATH first, and bringing it to vizGPT.