ObservedObserver / viz-gpt

Make contextual data visualization with Chat Interface from tabular datasets. AI data visualization.

Home Page:https://vizgpt.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can i connect database instead of csv file ?

prameelareddi opened this issue · comments

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

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

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.