@@ -10,17 +10,54 @@ AI and Data Usage Information
10
10
:depth: 1
11
11
:class: singlecol
12
12
13
- The Query Converter feature is powered by Generative AI
14
- (Gen AI), and may give inaccurate responses. Please see our `Generative AI FAQ
13
+ Query Converter is powered by Generative AI
14
+ (Gen AI), and may give inaccurate responses. Please see the `Generative AI FAQ
15
15
<https://dochub.mongodb.org/core/faq-ai-features>`__
16
16
for more information about Gen AI in MongoDB products.
17
17
18
18
Third Party Providers
19
19
---------------------
20
20
21
- Query Converter currently uses the `Azure OpenAI Service
21
+ By default, Query Converter uses the GPT-4o model with the `Azure OpenAI
22
+ Service
22
23
<https://azure.microsoft.com/en-us/products/ai-services/openai-service>`__
23
- hosted by Microsoft. This is subject to change in the future.
24
+ hosted by Microsoft. You can :ref:`configure Relational Migrator to use a
25
+ different AI provider or Large Language Model (LLM)<rm-query-converter-set-llm>`.
26
+
27
+ .. _rm-supported-llms:
28
+
29
+ Supported Providers and LLMs
30
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31
+
32
+ MongoDB tests Query Converter with the following AI providers and models:
33
+
34
+ .. list-table::
35
+ header-rows: 1
36
+
37
+ * - Provider
38
+ - Models
39
+
40
+ * - `Microsoft Azure OpenAI <https://azure.microsoft.com/en-us/products/ai-services/openai-service>`__
41
+ - `GPT-4o <https://platform.openai.com/docs/models#gpt-4o>`__, `GPT-4 <https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4>`__
42
+
43
+ * - `OpenAI <https://platform.openai.com/docs/overview>`__
44
+ - `GPT-4o <https://platform.openai.com/docs/models#gpt-4o>`__, `GPT-4 <https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4>`__
45
+
46
+ * - `Amazon Bedrock <https://aws.amazon.com/bedrock/>`__
47
+ - `Claude 3.5 (Sonnet) <https://docs.anthropic.com/en/api/claude-on-amazon-bedrock>`__, `Mistral Large <https://docs.mistral.ai/deployment/cloud/aws/>`__
48
+
49
+ * - `GCP Vertex AI <https://cloud.google.com/vertex-ai>`__
50
+ - `Gemini 1.5 Pro <https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models>`__
51
+
52
+ * - Self-managed local/Cloud
53
+ - `Llama 3.1 405B <https://www.llama.com/docs/getting_the_models>`__
54
+
55
+ .. note::
56
+
57
+ You can configure Query Converter to run models on different providers,
58
+ like running Llama 3.1 on Blackrock AWS, but MongoDB provides no
59
+ performance or stability guarantees for these configurations.
60
+
24
61
25
62
How Your Data is Used
26
63
---------------------
@@ -52,8 +89,7 @@ your data to be stored, you have the option to opt out:
52
89
Disable Query Converter
53
90
-----------------------
54
91
55
- Query Converter is available in the Relational Migrator UI once you have
56
- :ref:`enabled the query converter feature <rm-enable-query-converter>`.
92
+ Query Converter is only available if you :ref:`enable it <rm-enable-query-converter>`.
57
93
If you no longer want to use the feature, you can ignore it and no data
58
- will be sent to generative AI models. If needed, you can hide the
94
+ is sent to generative AI models. If needed, you can hide the
59
95
feature by clearing all browser data for the Relational Migrator host.
0 commit comments