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
<sup>1</sup> This link resolves to a tutorial for loading the package.
44
44
45
45
<sup>2</sup> You can use the free search tier to index the sample data, but [choose a higher tier](search-sku-tier.md) if your data volumes are large. For billable tiers, provide the [search API key](search-security-api-keys.md#find-existing-keys) in the [Set up dependencies](#step-2-set-up-dependencies) step further on.
46
46
47
-
<sup>3</sup> This tutorial uses Azure AI Document Intelligence and Azure AI Translator. In the instructions that follow, provide a [multi-service](/azure/ai-services/multi-service-resource?pivots=azportal) key and the region. The same key works for both services.
47
+
<sup>3</sup> This tutorial uses Azure AI Document Intelligence and Azure AI Translator. In the instructions that follow, provide a [multi-service account](/azure/ai-services/multi-service-resource?pivots=azportal) key and the region. The same key works for both services.
48
48
49
49
<sup>4</sup> In this tutorial, Azure Databricks provides the Spark computing platform. We used the [portal instructions](/azure/databricks/scenarios/quickstart-create-databricks-workspace-portal?tabs=azure-portal) to set up the workspace.
50
50
@@ -63,6 +63,10 @@ In this section, create a cluster, install the `synapseml` library, and create a
63
63
64
64
1. Accept the default configuration. It takes several minutes to create the cluster.
65
65
66
+
1. Verify the cluster is operational and running. A green dot by the cluster name confirms its status.
67
+
68
+
:::image type="content" source="media/search-synapseml-cognitive-services/cluster-green-dot.png" alt-text="Screenshot of a Data Bricks compute page with a green dot by the cluster name.":::
69
+
66
70
1. Install the `synapseml` library after the cluster is created:
67
71
68
72
1. Select **Libraries** from the tabs at the top of the cluster's page.
@@ -73,7 +77,7 @@ In this section, create a cluster, install the `synapseml` library, and create a
73
77
74
78
1. Select **Maven**.
75
79
76
-
1. In Coordinates, enter `com.microsoft.azure:synapseml_2.12:1.0.4`
80
+
1. In Coordinates, search for or type `com.microsoft.azure:synapseml_2.12:1.0.9`
77
81
78
82
1. Select **Install**.
79
83
@@ -85,15 +89,15 @@ In this section, create a cluster, install the `synapseml` library, and create a
85
89
86
90
1. Give the notebook a name, select **Python** as the default language, and select the cluster that has the `synapseml` library.
87
91
88
-
1. Create seven consecutive cells. Paste code into each one.
92
+
1. Create seven consecutive cells. You use these to paste in code in the following sections.
89
93
90
94
:::image type="content" source="media/search-synapseml-cognitive-services/create-seven-cells.png" alt-text="Screenshot of the notebook with placeholder cells." border="true":::
91
95
92
96
## Step 2: Set up dependencies
93
97
94
98
Paste the following code into the first cell of your notebook.
95
99
96
-
Replace the placeholders with endpoints and access keys for each resource. Provide a name for a new search index. No other modifications are required, so run the code when you're ready.
100
+
Replace the placeholders with endpoints and access keys for each resource. Provide a name for a new search index that's created for you. No other modifications are required, so run the code when you're ready.
97
101
98
102
This code imports multiple packages and sets up access to the Azure resources used in this workflow.
0 commit comments