Skip to content

Commit 2d5df5c

Browse files
committed
TW Review
1 parent a111bac commit 2d5df5c

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

content/en/docs/marketplace/genai/mendix-cloud-genai/Mx GenAI Connector.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The Mendix Cloud GenAI Connector is commonly used for text generation, embedding
3232
* Simulate characters for games
3333
* Image to text
3434

35-
#### Embeddings generation
35+
#### Embeddings Generation
3636

3737
Convert strings into vector embeddings for various purposes based on the relatedness of texts.
3838

@@ -51,8 +51,6 @@ You can combine embeddings with text generation capabilities and leverage specif
5151
The Mendix Cloud GenAI Connector module generates embeddings internally when interacting with a knowledge base. Pure embedding operations are only required if additional processes, such as using the generated vectors instead of text, are needed. For example, a similar search algorithm could use vector distances to calculate relatedness.
5252
{{% /alert %}}
5353

54-
55-
5654
#### Knowledge Base
5755

5856
The module enables tailoring generated responses to specific contexts by grounding them in data inside of a collection belonging to a Mendix Cloud GenAI knowledge base resource. This allows for the secure use of private company data or other non-public information when interacting with GenAI models within the Mendix app. It provides a low-code solution to store discrete data (commonly called chunks) in the knowledge base and retrieves relevant information for end-user actions or application processes.
@@ -65,9 +63,8 @@ Knowledge bases are often used for:
6563
If you are looking for a step-by-step guide on how to get your application data into a Mendix Cloud Knowledge Base, refer [Grounding Your Large Language Model in Data – Mendix Cloud GenAI](/appstore/modules/genai/how-to/howto-groundllm/). Note that the Mendix Portal also provides options for importing data into your knowledge base, such as file uploads. For more information, see [Navigate through the Mendix Cloud GenAI Portal](/appstore/modules/genai/mx-cloud-genai/Navigate-MxGenAI/). This documentation focuses solely on adding data from an application using the connector.
6664

6765
##### Architecture
68-
A Knowledge Base resource can comprise several collections. Each collection is specifically designed to hold numerous documents, serving as a logical grouping for related information based on their shared domain, purpose, or thematic focus. While collections provide a mechanism for data separation—with each corresponding to a [GenAICommons.DeployedKnowledgebase](/appstore/modules/genai-commons/#deployed-knowledge-base) — it is not best practice to create a large number of collections within a single Knowledge Base resource. A more performant and practical approach for achieving fine-grained data separation is through the strategic use of metadata. You can learn about this in [Retrieve and Generate](/appstore/modules/genai/MxGenAI/#retrieve-and-generate).
69-
7066

67+
A Knowledge Base resource can comprise several collections. Each collection is specifically designed to hold numerous documents, serving as a logical grouping for related information based on its shared domain, purpose, or thematic focus. While collections provide a mechanism for data separation, with each corresponding to a [DeployedKnowledgebase](/appstore/modules/genai/genai-for-mx/commons/#deployed-knowledge-base), it is not best practice to create a large number of collections within a single Knowledge Base resource. A more performant and practical approach for achieving fine-grained data separation is through the strategic use of metadata. To learn more, see [Retrieve and Generate](/appstore/modules/genai/mx-cloud-genai/MxGenAI-connector/#retrieve-and-generate).
7168

7269
### Features
7370

content/en/docs/marketplace/genai/mendix-cloud-genai/mendix-cloud-grp.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Mendix Cloud GenAI Resource Packs is a premium Mendix product that requires an a
2424

2525
Mendix Cloud Model Resource Packs provide customers with a monthly quota of input and output tokens for Anthropic's Claude and Cohere's Embed models. This allows customers to implement typical Generative AI use cases using text generation, embeddings, and knowledge bases.
2626

27-
### Supported models
27+
### Supported Models
2828

2929
The Mendix Cloud GenAI Resource Packs provide access to the following models:
3030

3131
* Anthropic Claude 3.5 Sonnet v1
32-
* Anthropic Claude 3.7 Sonnet (Cross-Region Inference Profile)
33-
* Cohere Embed v3 (English & multilingual options)
32+
* Anthropic Claude 3.7 Sonnet (Cross-region inference profile)
33+
* Cohere Embed v3 (English and multilingual options)
3434

3535
The models are available through the Mendix Cloud, leveraging AWS's highly secure Amazon Bedrock multi-tenant architecture. This architecture employs advanced logical isolation techniques to effectively segregate customer data, requests, and responses, ensuring a level of data protection that aligns with global security compliance requirements. Customer prompts, requests, and responses are neither stored nor used for model training. Your data remains your data.
3636

@@ -76,10 +76,11 @@ The Mendix Portal allows easy access to manage the resources, through the GenAI
7676

7777
## Mendix Cloud GenAI Connector
7878

79-
The [Mendix Cloud GenAI connector](/appstore/modules/genai/mx-cloud-genai/MxGenAI-connector/) lets you utilize Mendix Cloud GenAI resource packs directly within your Mendix application. It allows you to integrate generative AI by dragging and dropping common operations from its toolbox. Please note that versions older than the ones listed below do no longer work:
79+
The [Mendix Cloud GenAI connector](/appstore/modules/genai/mx-cloud-genai/MxGenAI-connector/) lets you utilize Mendix Cloud GenAI resource packs directly within your Mendix application. It allows you to integrate generative AI by dragging and dropping common operations from its toolbox. Note that any versions older than the ones listed below are no longer functional:
80+
8081
* GenAI for Mendix bundle v2.4.1 (Mendix 9) (contains Mendix Cloud GenAI connector) or
81-
* Mendix Cloud GenAI connector v3.1.1 (no DeployedKnowledgeBase support) or
82-
* Mendix Cloud GenAI connector v4.4.0 (DeployedKnowledgeBase support).
82+
* Mendix Cloud GenAI connector v3.1.1 (no `DeployedKnowledgeBase` support) or
83+
* Mendix Cloud GenAI connector v4.4.0 (`DeployedKnowledgeBase` support).
8384

8485
## Regional Availability
8586

content/en/docs/marketplace/genai/mendix-cloud-genai/navigate_mxgenai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ When you select the **Add Files Like .TXT or .PDF** option, you can upload docum
8585

8686
{{% alert color="info" %}} Only TXT and PDF files are supported. {{% /alert %}}
8787

88-
Before the upload, you can decide for yourself, whether to upload data to a new, the default or a different existing collection inside of the resource. A Knowledge Base resource can comprise several collections. Each collection is specifically designed to hold numerous documents, serving as a logical grouping for related information based on their shared domain, purpose, or thematic focus. While collections provide a mechanism for data separationwith each corresponding to a [GenAICommons.DeployedKnowledgebase](/appstore/modules/genai-commons/#deployed-knowledge-base) it is not best practice to create a large number of collections within a single Knowledge Base resource. A more performant and practical approach for achieving fine-grained data separation is through the strategic use of metadata.
88+
Before uploading, you can choose to upload the data to a new collection, the default collection, or another existing collection within the resource. A Knowledge Base resource can comprise several collections. Each collection is specifically designed to hold numerous documents, serving as a logical grouping for related information based on its shared domain, purpose, or thematic focus. While collections provide a mechanism for data separation, with each corresponding to a [DeployedKnowledgebase](/appstore/modules/genai/genai-for-mx/commons/#deployed-knowledge-base), it is not best practice to create a large number of collections within a single Knowledge Base resource. A more performant and practical approach for achieving fine-grained data separation is through the strategic use of metadata.
8989

9090
##### Metadata {#metadata}
9191

0 commit comments

Comments
 (0)