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
@@ -6,7 +6,7 @@ author: HeidiSteen
6
6
ms.author: heidist
7
7
ms.service: cognitive-search
8
8
ms.topic: quickstart
9
-
ms.date: 08/18/2024
9
+
ms.date: 09/16/2024
10
10
---
11
11
12
12
# Quickstart: Generative search (RAG) with grounding data from Azure AI Search
@@ -262,9 +262,11 @@ This section uses Visual Studio Code and Python to call the chat completion APIs
262
262
Several other hotels have views and water features, but do not offer beach access or views of the ocean.
263
263
```
264
264
265
-
If you get an authorization error message, wait a few minutes andtry again. It can take several minutes forrole assignments to become operational.
265
+
If you get a **Forbidden** error message, check Azure AI Search configuration to make sure role-based access is enabled.
266
266
267
-
To experiment further, change the query and rerun the last step to better understand how the model works with the grounding data.
267
+
If you get an **Authorization failed** error message, wait a few minutes andtry again. It can take several minutes for role assignments to become operational.
268
+
269
+
Otherwise, to experiment further, change the query and rerun the last step to better understand how the model works with the grounding data.
268
270
269
271
You can also modify the prompt to change the tone or structure of the output.
0 commit comments