Open prameelareddi opened 1 year ago
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.
Great thanks !!! I need to connect my relational database ( postgres or MySQL) instead of uploading CSV file. possible?