Skip to content

Commit 07a4604

Browse files
committed
TW Review: Astral, OpenAI and Amazon Bedrock
1 parent fd55b98 commit 07a4604

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

content/en/docs/marketplace/genai/reference-guide/external-platforms/mistral.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The [Mistral Connector](https://marketplace.mendix.com/link/component/248276) al
1313

1414
### Features {#features}
1515

16-
The Mistral Connector is commonly used for text generation based on the [Chat Completions API](https://docs.mistral.ai/api/endpoint/chat) and embeddings generation with the [Embeddings API](https://docs.mistral.ai/api/endpoint/embeddings). Typical use cases for generative AI are described in more detail [here](/appstore/modules/genai/get-started/#llm-use-cases).
16+
The Mistral Connector is commonly used for text generation based on the [Chat Completions API](https://docs.mistral.ai/api/endpoint/chat) and embeddings generation with the [Embeddings API](https://docs.mistral.ai/api/endpoint/embeddings). Typical use cases for generative AI are described in the [Typical LLM Use Cases](/appstore/modules/genai/get-started/#llm-use-cases).
1717

1818
For more information about the models, see [Mistral models](https://docs.mistral.ai/getting-started/models).
1919

@@ -25,7 +25,6 @@ Mistral does not currently offer image generation models out of the box. It is p
2525

2626
The Mistral connector supports Knowledge bases from providers such as pgVector, Mendix Cloud, Amazon Bedrock, and Azure AI Search to be added to a conversation.
2727

28-
2928
### Prerequisites
3029

3130
To use this connector, you need to sign up for a Mistral account and create an API key. For more information, see the [Quickstart guide](https://docs.mistral.ai/getting-started/quickstart).
@@ -130,7 +129,7 @@ Mistral does not directly connect to the knowledge resources. The model returns
130129

131130
This functionality is part of the implementation executed by the GenAI Commons Chat Completions operations mentioned earlier. As a developer, you need to make the system aware of your indexes and their purpose by registering them with the request. This is done using the GenAI Commons operation [Tools: Add Knowledge Base](/appstore/modules/genai/genai-for-mx/commons/#add-knowledge-base-to-request), which must be called once per knowledge resource before passing the request to the Chat Completions operation.
132131

133-
Note that the retrieval process is independent of the model provider and can be used with any model that supports function calling, thanks to the generalized `GenAICommons.DeployedKnowledgeBase` input parameter.
132+
Note that the retrieval process is independent of the model provider and can be used with any model that supports function calling, as it relies on the generalized `GenAICommons.DeployedKnowledgeBase` input parameter.
134133

135134
#### Vision {#chatcompletions-vision}
136135

content/en/docs/marketplace/genai/reference-guide/external-platforms/openai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Mendix provides dual-platform support for both [OpenAI](https://platform.openai.
2525

2626
With the current version, Mendix supports the Chat Completions API for [text generation](https://platform.openai.com/docs/guides/text-generation), the Image Generations API for [images](https://platform.openai.com/docs/guides/images), the Embeddings API for [vector embeddings](https://platform.openai.com/docs/guides/embeddings/what-are-embeddings), and indexes via [Azure AI Search](https://learn.microsoft.com/en-us/azure/search/) for knowledge base retrieval.
2727

28-
Typical use cases for generative AI are described in more detail [here](/appstore/modules/genai/get-started/#llm-use-cases).
28+
Typical use cases for generative AI are described in the [Typical LLM Use Cases](/appstore/modules/genai/get-started/#llm-use-cases).
2929

3030
#### Knowledge Base
3131

32-
By integrating Azure AI Search, the OpenAI Connector allows for knowledge base retrieval from Azure datsources. For Retrieval Augmented Generation (RAG) scenarios, chat completions with (Azure) OpenAI can also be combined with knowledge bases by other provider such as Mendix Cloud.
32+
By integrating Azure AI Search, the OpenAI Connector enables knowledge base retrieval from Azure data sources. For Retrieval Augmented Generation (RAG) scenarios, chat completions with (Azure) OpenAI can also be combined with knowledge bases by other provider such as Mendix Cloud.
3333

3434
### Prerequisites {#prerequisites}
3535

@@ -183,7 +183,7 @@ OpenAI does not directly connect to the Azure AI Search resource. The model retu
183183

184184
This functionality is part of the implementation executed by the GenAI Commons Chat Completions operations mentioned earlier. As a developer, you need to make the system aware of your indexes and their purpose by registering them with the request. This is done using the GenAI Commons operation [Tools: Add Knowledge Base](/appstore/modules/genai/genai-for-mx/commons/#add-knowledge-base-to-request), which must be called once per index before passing the request to the Chat Completions operation.
185185

186-
Note that the retrieval process is independent of the model provider and can be used with any model that supports function calling, thanks to the generalized `GenAICommons.DeyploedKnowledgeBase`entity.
186+
Note that the retrieval process is independent of the model provider and can be used with any model that supports function calling, as it relies on the generalized `GenAICommons.DeyploedKnowledgeBase`entity.
187187

188188
#### Vision {#chatcompletions-vision}
189189

content/en/docs/marketplace/platform-supported-content/modules/aws/amazon-bedrock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Amazon Bedrock is a fully managed service that makes foundation models (FMs) fro
2121
* Generating images based on text prompts and displaying them in the Mendix app.
2222
* Generating embedding vectors for text inputs.
2323

24-
Typical use cases for generative AI are described in more detail [here](/appstore/modules/genai/get-started/#llm-use-cases).
24+
Typical use cases for generative AI are described in the [Typical LLM Use Cases](/appstore/modules/genai/get-started/#llm-use-cases).
2525

2626
### Prerequisites {#prerequisites}
2727

0 commit comments

Comments
 (0)