Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of the how-to link #8929

Open
wants to merge 3 commits into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ 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, 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. 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.
Expand Down Expand Up @@ -90,4 +95,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.
* To implement your connector compatible with the other components, use the [GenAI Commons](/appstore/modules/genai/commons/) interface.