Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can i connect database instead of csv file ? #14

Open
prameelareddi opened this issue Jul 11, 2023 · 2 comments
Open

can i connect database instead of csv file ? #14

prameelareddi opened this issue Jul 11, 2023 · 2 comments

Comments

@prameelareddi
Copy link

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

@lukataylo
Copy link

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

@ObservedObserver
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants