-
Notifications
You must be signed in to change notification settings - Fork 726
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
Tutorial how to gen ai #8774
base: development
Are you sure you want to change the base?
Tutorial how to gen ai #8774
Conversation
1. Open the `ACT_FullScreenChat_Open_OpenAI` or `ACT_FullScreenChat_Open_Bedrock` microflow from your `MyFirstBot` module. | ||
2. Locate the `New Chat` action. | ||
3. Inside this action, change the **Action microflow** to the `ChatContext_ChatWithHistory_ActionMicroflow_OpenAI` or `ChatContext_ChatWithHistory_ActionMicroflow_Bedrock` microflow from your `MyFirstBot` module. | ||
4. Save the changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we do a screenshot (optionally with the "create request" action open?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…orial-how-to-GenAI
|
||
* The [**GenAI Commons**](https://marketplace.mendix.com/link/component/227933) module: provides pre-built operations and data structures for seamless integration with platform-supported GenAI connectors, such as OpenAI or Amazon Bedrock. | ||
|
||
* The [**Conversational UI**](https://marketplace.mendix.com/link/component/227931) module: offers UI elements for chat interfaces and usage data monitoring. You can download it from the Mendix Marketplace. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @EmilyvonBergen, @rik-bos, since we've already referred to this module as a 'pre-installed' module, do we need to mention again that it should be downloaded from the Marketplace?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Karuna-Mendix
Linking to the MP module (or documentation for that matter) makes sense because it will be the most important modules that people will work with.
Instructing to download can indeed be removed.
No description provided.