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: articles/search/index-sql-relational-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ The solution is to capture the room detail as nested JSON, and then insert the J
94
94
95
95
The following screenshot shows the resulting view, with the *Rooms* nvarchar field at the bottom. The *Rooms* field exists only in the HotelRooms view.
96
96
97
-

97
+

98
98
99
99
1. Run `SELECT * FROM dbo.HotelRooms` to retrieve the row set. This query returns 50 rows, one per hotel, with associated room information as a JSON collection.
Copy file name to clipboardExpand all lines: articles/search/search-synapseml-cognitive-services.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,6 @@ In this section, create a cluster, install the `synapseml` library, and create a
74
74
1. Select **Maven**.
75
75
76
76
1. In Coordinates, enter `com.microsoft.azure:synapseml_2.12:1.0.4`
77
-
<!-- com.microsoft.azure:synapseml:0.9.3 -->
78
77
79
78
1. Select **Install**.
80
79
@@ -94,9 +93,7 @@ In this section, create a cluster, install the `synapseml` library, and create a
94
93
95
94
Paste the following code into the first cell of your notebook.
96
95
97
-
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.
98
-
99
-
The first execution also starts up the cluster. Wait several minutes for this task to complete.
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
97
101
98
This code imports multiple packages and sets up access to the Azure resources used in this workflow.
0 commit comments