From 2a540814551dfe883a03577a17faa0be43472c5d Mon Sep 17 00:00:00 2001 From: EmilyvonBergen <75262226+EmilyvonBergen@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:41:28 +0100 Subject: [PATCH 1/3] Addition of the how-to link --- .../platform-supported-content/modules/genai/_index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md b/content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md index 726aec814fe..8ff7c5d1af4 100644 --- a/content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md +++ b/content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md @@ -26,8 +26,9 @@ Mendix supports a variety of generative AI tasks by integrating with tools such To start using the GenAI capabilities of Mendix, complete the following tasks: 1. Familiarize yourself with [concepts](/appstore/modules/genai/get-started/) such as prompt engineering, Retrieval Augmented Generation (RAG), and function calling (ReAct). -2. Select the right architecture to support your use case. For a full list of possibilities, see [Architecture and Components](#architecture). -3. Obtain the required credentials for your selected architecture. +2. Check out our [How to Build Smarter Apps Using GenAI](/appstore/modules/genai/using-genai/) guide to start building your first GenAI-powered application. +3. Select the right architecture to support your use case. For a full list of possibilities, see [Architecture and Components](#architecture). +4. Obtain the required credentials for your selected architecture. ## Architecture and Components {#architecture} @@ -90,4 +91,4 @@ In addition to the models listed above, you can also connect to other models by * To connect to other [foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/models-features.html) and implement them in your app, use the [Amazon Bedrock connector](/appstore/modules/aws/amazon-bedrock/). * To connect to [Snowflake Cortex LLM](https://docs.snowflake.com/en/sql-reference/functions/complete-snowflake-cortex) functions, [configure the Snowflake REST SQL connector for Snowflake Cortex Analyst](/appstore/connectors/snowflake/snowflake-rest-sql/#cortex-analyst). -* To implement your connector compatible with the other components, use the [GenAI Commons](/appstore/modules/genai/commons/) interface. \ No newline at end of file +* To implement your connector compatible with the other components, use the [GenAI Commons](/appstore/modules/genai/commons/) interface. From caa9f5f52940f140f708404dd11e7fdd9f69678e Mon Sep 17 00:00:00 2001 From: EmilyvonBergen <75262226+EmilyvonBergen@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:55:05 +0100 Subject: [PATCH 2/3] wording update --- .../platform-supported-content/modules/genai/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md b/content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md index 8ff7c5d1af4..f63b88cc1cb 100644 --- a/content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md +++ b/content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md @@ -23,10 +23,10 @@ Mendix supports a variety of generative AI tasks by integrating with tools such ### Getting Started -To start using the GenAI capabilities of Mendix, complete the following tasks: +To get familiarized with the GenAI capabilities of Mendix, consider the following steps: 1. Familiarize yourself with [concepts](/appstore/modules/genai/get-started/) such as prompt engineering, Retrieval Augmented Generation (RAG), and function calling (ReAct). -2. Check out our [How to Build Smarter Apps Using GenAI](/appstore/modules/genai/using-genai/) guide to start building your first GenAI-powered application. +2. Check out our [How to Build Smarter Apps Using GenAI](/appstore/modules/genai/using-genai/) guide to start building your first GenAI-powered application and access further supportive resources. 3. Select the right architecture to support your use case. For a full list of possibilities, see [Architecture and Components](#architecture). 4. Obtain the required credentials for your selected architecture. From 63e2956610373d25bc7da1a7f675a48848303f16 Mon Sep 17 00:00:00 2001 From: EmilyvonBergen <75262226+EmilyvonBergen@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:15:46 +0100 Subject: [PATCH 3/3] Last change - separating the section into two depending on the experience level. --- .../modules/genai/_index.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md b/content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md index f63b88cc1cb..a66a19aa7d7 100644 --- a/content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md +++ b/content/en/docs/appstore/use-content/platform-supported-content/modules/genai/_index.md @@ -23,12 +23,16 @@ Mendix supports a variety of generative AI tasks by integrating with tools such ### Getting Started -To get familiarized with the GenAI capabilities of Mendix, consider the following steps: +To get familiarized with the GenAI capabilities of Mendix, explore the following sections based on your experience level: +#### Familiar with GenAI +If you are already familiar with GenAI and want to start building, check out our [How to Build Smarter Apps Using GenAI](/appstore/modules/genai/using-genai/) guide to start building your first GenAI-powered application and access further supportive resources. + +#### New to GenAI +If you are new to GenAI, we encourage you to follow these steps: 1. Familiarize yourself with [concepts](/appstore/modules/genai/get-started/) such as prompt engineering, Retrieval Augmented Generation (RAG), and function calling (ReAct). -2. Check out our [How to Build Smarter Apps Using GenAI](/appstore/modules/genai/using-genai/) guide to start building your first GenAI-powered application and access further supportive resources. -3. Select the right architecture to support your use case. For a full list of possibilities, see [Architecture and Components](#architecture). -4. Obtain the required credentials for your selected architecture. +2. Select the right architecture to support your use case. For a full list of possibilities, see [Architecture and Components](#architecture). +3. Obtain the required credentials for your selected architecture. ## Architecture and Components {#architecture}