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

Questions of Appling AI models Across DBMSs #1

Closed
bajinsheng opened this issue Dec 21, 2023 · 1 comment
Closed

Questions of Appling AI models Across DBMSs #1

bajinsheng opened this issue Dec 21, 2023 · 1 comment

Comments

@bajinsheng
Copy link

Hi, this project is quite interesting to me. Since this project provides a good abstraction layer between AI models and DBMSs, I am wondering whether it can train the same AI models across DBMSs, instead of training and predicting on a specific DBMS. For example, the MSCN algorithm is trained based on PostgreSQL in the example code. Can we use the dataset from multiple DBMSs to train the same MSCN model and directly apply it to different DBMSs?

Looking forward to your reply!

@duoyw
Copy link
Collaborator

duoyw commented Dec 22, 2023

Yes! Pilotscope utilizes the same pipeline to integrate AI models into DBMSs. However, Pilotscope currently only supports PostgreSQL and Spark. Development for additional DBMS compatibility is underway.

@duoyw duoyw closed this as completed Jan 4, 2024
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

2 participants