Skip to content

Commit 2834ddb

Browse files
committed
added troubleshooting steps to RAG quickstart'
1 parent fb94963 commit 2834ddb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/search/search-get-started-rag.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: HeidiSteen
66
ms.author: heidist
77
ms.service: cognitive-search
88
ms.topic: quickstart
9-
ms.date: 08/18/2024
9+
ms.date: 09/16/2024
1010
---
1111

1212
# 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
262262
Several other hotels have views and water features, but do not offer beach access or views of the ocean.
263263
```
264264

265-
If you get an authorization error message, wait a few minutes and try again. It can take several minutes for role 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.
266266

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 and try 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.
268270

269271
You can also modify the prompt to change the tone or structure of the output.
270272

0 commit comments

Comments
 (0)