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

Tutorial how to gen ai #8774

Open
wants to merge 15 commits into
base: development
Choose a base branch
from

Conversation

EmilyvonBergen
Copy link
Contributor

No description provided.

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.
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done


* 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.
Copy link
Collaborator

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?

Copy link
Contributor

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.

…into tutorial-how-to-GenAI"

This reverts commit 84824ec, reversing
changes made to 676d0fa.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants