> For the complete documentation index, see [llms.txt](https://docs.sdv.dev/sdv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sdv.dev/sdv/explore/sdv-bundles/ai-connectors.md).

# ❖ 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](/sdv/integration/metadata.md), 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.

{% hint style="info" icon="user" %}
Bundles are available to licensed users. Sign up now to get your license key. You can then complete your installation on-prem and begin using the features.

<p align="center"><a href="https://portal.datacebo.com/signup" class="button primary">Get Started</a><a href="https://datacebo.com/pricing/" class="button secondary">View Pricing</a></p>
{% endhint %}

## Included Features

This bundle includes AI Connectors for a variety of different databases.

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td align="center">❖ <a href="/pages/F54BDHJVP9w5L8dr7WsX"><strong>AlloyDB</strong></a></td><td><a href="/pages/F54BDHJVP9w5L8dr7WsX">/pages/F54BDHJVP9w5L8dr7WsX</a></td><td><a href="/files/KjEOFNTR6aMYpuWgpDlU">/files/KjEOFNTR6aMYpuWgpDlU</a></td></tr><tr><td align="center">❖<a href="/pages/uyPLUnr7ataVTMb6J2m3"> <strong>BigQuery</strong></a></td><td><a href="/pages/uyPLUnr7ataVTMb6J2m3">/pages/uyPLUnr7ataVTMb6J2m3</a></td><td><a href="/files/O050Wnz7Y9WCpm9ttrEy">/files/O050Wnz7Y9WCpm9ttrEy</a></td></tr><tr><td align="center">❖ <a href="/pages/Z0tn260dgvDmBQ4cjs5t"><strong>MSSQL</strong></a></td><td><a href="/pages/Z0tn260dgvDmBQ4cjs5t">/pages/Z0tn260dgvDmBQ4cjs5t</a></td><td><a href="/files/ldRqEEC3a8W1nubkfHBK">/files/ldRqEEC3a8W1nubkfHBK</a></td></tr><tr><td align="center">❖ <a href="/pages/QA7wh44yF2ArSSbKevdJ"><strong>Oracle</strong></a></td><td><a href="/pages/QA7wh44yF2ArSSbKevdJ">/pages/QA7wh44yF2ArSSbKevdJ</a></td><td><a href="/files/azEeIrdLsAXS3R7iEOzg">/files/azEeIrdLsAXS3R7iEOzg</a></td></tr><tr><td align="center">❖ <a href="/pages/bVQ9aVdL5SpMtU4gV0ky"><strong>PostgreSQL</strong></a></td><td><a href="/pages/bVQ9aVdL5SpMtU4gV0ky">/pages/bVQ9aVdL5SpMtU4gV0ky</a></td><td><a href="/files/fuAuMsrWpvzKlMTPGm07">/files/fuAuMsrWpvzKlMTPGm07</a></td></tr><tr><td align="center">❖ <a href="/pages/pSn6fAYonezNLUtoiAjX"><strong>Spanner</strong></a></td><td><a href="/pages/pSn6fAYonezNLUtoiAjX">/pages/pSn6fAYonezNLUtoiAjX</a></td><td><a href="/files/7Va6tAifmqvxWKg0YcMH">/files/7Va6tAifmqvxWKg0YcMH</a></td></tr></tbody></table>

## Installation

Use your SDV Enterprise credentials to install the AI Connectors bundle with the database that you'd like to use (see [the docs](/sdv/integration/overview.md#connect-to-a-database)).

```bash
% 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.
```

{% hint style="info" %}
For more information about installing SDV Enterprise features and bundles, see our [**Enterprise Installation Guide**](https://docs.sdv.dev/sdv-enterprise/sdv-enterprise/installation).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sdv.dev/sdv/explore/sdv-bundles/ai-connectors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
