Skip to content

Commit d387b87

Browse files
Merge pull request #284924 from HeidiSteen/heidist-rag2
corrected phrasing
2 parents 639809b + d8cf18a commit d387b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ You can also start a new file on your local system and create requests manually
3333

3434
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.
3535

36-
You're calling two clients, so you need permissions on both.
36+
You're setting up two clients, so you need permissions on both resources.
3737

3838
Azure AI Search is receiving the query request from your local system. Assign yourself the **Search Index Data Reader** role assignment for that task. If you're also creating and loading the hotel sample index, add **Search Service Contributor** and **Search Index Data Contributor** roles as well.
3939

40-
Azure OpenAI is receiving the (query) "Can you recommend a few hotels" from your local system, plus its receiving the response (source) from the search service. Assign yourself and the search service the **Cognitive Services OpenAI User** role.
40+
Azure OpenAI is receiving the (query) "Can you recommend a few hotels" from your local system, plus its receiving the search results (source) from the search service. Assign yourself and the search service the **Cognitive Services OpenAI User** role.
4141

4242
1. Sign in to the [Azure portal](https://portal.azure.com).
4343

0 commit comments

Comments
 (0)