❖ AI Connectors
Use the AI Connectors bundle to directly connect your database to SDV. This bundle offers a seamless integration with SDV synthesizers, with features that are specifically designed for generative AI.
⭐️ Detect metadata based on the database schema. Database schemas contain details about the column names and types of connections between tables. AI Connectors use this information to create Metadata, which is a higher level specification needed for generative AI.
⭐️ Import a data subsample that is AI-ready. The data you input into a generative AI needs to be high quality. For example, it should have high coverage and it should not contain broken links. AI Connectors import a data subsample that is ready for AI.
⭐️ Export synthetic data in the same format as the original. Many users want to export synthetic data into a new database for downstream use. AI Connectors ensure that the exported database has the same format as the original database, allowing you to easily access the synthetic data in downstream applications.
Included Features
This functionality is in Beta. At this time, select SDV Enterprise users are able to use this feature and provide feedback.
This bundle includes AI Connectors for a variety of different databases.
Installation
Use your SDV Enterprise credentials to install the AI Connectors bundle with the database that you'd like to use (see the docs).
% pip install sdv-installer --upgrade
% sdv-installer install --package bundle-ai-connectors --options db-bigquery db-mssql
Username: <email>
License Key: ********************************
Installing Bundles:
bundle-ai-connectors - Installed!
Success! All packages have been installed. You are ready to use SDV Enterprise.
Last updated