You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/appstore/use-content/platform-supported-content/modules/genai/snowflake-cortex.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,23 +47,24 @@ The [Snowflake showcase app](https://marketplace.mendix.com/link/component/22584
47
47
48
48
For more information, see [How to Use Marketplace Content](/appstore/use-content/).
49
49
50
-
2. In Studio Pro, in the [App Explorer](https://docs.mendix.com/refguide/app-explorer/), go to **Showcase_AI_RESTQLAPI** > **Pages**.
50
+
2. In Studio Pro, in the [App Explorer](https://docs.mendix.com/refguide/app-explorer/), go to **Showcase_AI_RESTSQLAPI** > **Pages**.
51
51
52
-
This section contains the following pages:
52
+
This section contains the following pages:
53
53
54
54
1. Introduction
55
-
2. ANOMALY DETECTION (Machine Learning)
56
-
3. COMPLETE and TRANSLATE (Large Language Models)
57
-
4. Analyst (Cortex Analyst)
55
+
2. ML functions
56
+
3. Cortex LLM Functions
57
+
4. Cortex Analyst
58
+
58
59
59
-
3. To see how a Snowflake function is called, right-click on the corresponding **SQLStatement**field, and then click **Go to data source microflow**.
60
+
3. To see how a Snowflake Cortex Analyst action is called, use the **Explorer**search box to find and open the *EXAMPLE_CortexAnalyst_GenerateResponseMessage** microflow.
This opens the microflow that calls the Snowflake function.
64
+
This microflow calls the Snowflake Cortex Analyst function.
64
65
65
-
4. To modify the call, edit the **Statement_SetUp** step.
66
+
4. To see how you can modify the statement, refer to the *DS_Statement_ML_CreateView_Analyze* example microflow and check how the parameters are set at the **Statement_SetUp** step.
0 commit comments