Docs Menu
Docs Home
/
Relational Migrator
/ /

AI and Data Usage Information

On this page

  • Third Party Providers
  • How Your Data is Used
  • Disable Query Converter

Query Converter is powered by Generative AI (Gen AI), and may give inaccurate responses. Please see the Generative AI FAQ for more information about Gen AI in MongoDB products.

By default, Query Converter uses the GPT-4o model with the Azure OpenAI Service hosted by Microsoft. You can configure Relational Migrator to use a different AI provider or Large Language Model (LLM).

MongoDB tests Query Converter with the following AI providers and models:

Provider

Models

Self-managed local/Cloud

Note

You can configure Query Converter to run models on different providers, like running Llama 3.1 on Blackrock AWS, but MongoDB provides no performance or stability guarantees for these configurations.

When you use Query Converter, the following information is sent to MongoDB's backend and/or the third party AI provider:

  • The full text of your query or stored procedure.

  • The definition of any relational database tables used in the query. These definitions include the table names, column names, data types, and any primary or foreign key relationships.

  • The definition of your MongoDB collections and mapping rules. These definitions include the relationships between the collections and tables used in the query and the collection names, field names and data types.

The information that is sent is not shared with any other third parties or stored by the AI provider. Relational Migrator does not send database connection strings, credentials, or any raw data from your databases.

By default, your original query text and the AI-converted query telemetry data is stored by MongoDB for up to one year to help us provide support and improve the service. If you do not want your data to be stored, you have the option to opt out:

  • You can disable the Allow queries to be stored temporarily toggle switch in the global project settings.

  • You can uncheck the Allow MongoDB to temporarily store the source and converted queries to import the product feature setting when you enable the query converter.

Query Converter is only available if you enable it. If you no longer want to use the feature, you can ignore it and no data is sent to generative AI models. If needed, you can hide the feature by clearing all browser data for the Relational Migrator host.

Back

Query Converter