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/search-get-started-rag.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ You can also start a new file on your local system and create requests manually
33
33
34
34
Requests to the search endpoint must be authenticated and authorized. You can use API keys or roles for this task. Keys are easier to start with, but roles are more secure. This quickstart assumes roles.
35
35
36
+
1. Sign in to the [Azure portal](https://portal.azure.com).
37
+
36
38
1. Configure Azure OpenAI to use a system-assigned managed identity:
37
39
38
40
1. In the Azure portal, find your Azure OpenAI resource.
@@ -122,12 +124,12 @@ We recommend the hotels-sample-index, which can be created in minutes and runs o
122
124
"@search.rerankerScore": 2.4191176891326904,
123
125
"@search.captions": [
124
126
{
125
-
"text": "Ocean Breeze Motel. Budget. pool\r\nair conditioning\r\nbar. Oceanfront hotel overlooking the beach features rooms with a private balcony and 2 indoor and outdoor pools. Various shops and art entertainment are on the boardwalk, just steps away..",
126
-
"highlights": "Ocean Breeze Motel. Budget.<em> pool\r\nair conditioning\r\nbar. O</em>ceanfront hotel overlooking the beach features rooms with a private balcony and 2 indoor and outdoor pools. Various shops and art entertainment are on the boardwalk, just steps away."
127
+
"text": "Contoso Ocean Motel. Budget. pool\r\nair conditioning\r\nbar. Oceanfront hotel overlooking the beach features rooms with a private balcony and 2 indoor and outdoor pools. Various shops and art entertainment are on the boardwalk, just steps away..",
128
+
"highlights": "Contoso Ocean Motel. Budget.<em> pool\r\nair conditioning\r\nbar. O</em>ceanfront hotel overlooking the beach features rooms with a private balcony and 2 indoor and outdoor pools. Various shops and art entertainment are on the boardwalk, just steps away."
127
129
}
128
130
],
129
131
"HotelId": "41",
130
-
"HotelName": "Ocean Breeze Motel",
132
+
"HotelName": "Contoso Ocean Motel",
131
133
"Description": "Oceanfront hotel overlooking the beach features rooms with a private balcony and 2 indoor and outdoor pools. Various shops and art entertainment are on the boardwalk, just steps away.",
0 commit comments