Skip to content

Commit 871c805

Browse files
Merge pull request #299 from HeidiSteen/heidist-rag
[azure search] added troubleshooting steps to RAG quickstart
2 parents a026d6d + 2834ddb commit 871c805

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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

articles/search/tutorial-rag-build-solution-index-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Chunks are the focus of the schema, and each chunk is the defining element of a
4343

4444
### Enhanced with generated data
4545

46-
In this tutorial, sample data consists of PDFs and content from the [NASA Earth Book](https://www.nasa.gov/ebooks/earth/). This content is descriptive and informative, with numerous references to geographies, countries, and areas across the world. All of the textual content is captured in chunks, but these recurring instances of place names create an opportunity for adding structure to the index. Using skills, it's possible to recognize entities in the text and capture them in an index for use in queries and filters. In this tutorial, we include an [entity recognition skill](cognitive-search-skill-entity-recognition-v3.md) that recognizes and extracts location entities, loading it into a searchable and filterable `locations` field. Adding structured content to your index gives you more options for filtering, improved relevance, and richer answers.
46+
In this tutorial, sample data consists of PDFs and content from the [NASA Earth Book](https://www.nasa.gov/ebooks/earth/). This content is descriptive and informative, with numerous references to geographies, countries, and areas across the world. All of the textual content is captured in chunks, but these recurring instances of place names create an opportunity for adding structure to the index. Using skills, it's possible to recognize entities in the text and capture them in an index for use in queries and filters. In this tutorial, we include an [entity recognition skill](cognitive-search-skill-entity-recognition-v3.md) that recognizes and extracts location entities, loading it into a searchable and filterable `locations` field. Adding structured content to your index gives you more options for filtering, improved relevance, and more focused answers.
4747

4848
### Parent-child fields in one or two indexes?
4949

0 commit comments

Comments
 (0)