Skip to content

Commit aec3972

Browse files
committed
added note
1 parent af9064b commit aec3972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/search/retrieval-augmented-generation-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ In comparison and benchmark testing, hybrid queries with text and vector fields,
155155

156156
The following Python code demonstrates the essential components of a RAG workflow in Azure AI Search. You need to set up the clients, define a system prompt, and provide a query. The prompt tells the LLM to use just the results from the query, and how to return the results. For more steps based on this example, see this [RAG quickstart](search-get-started-rag.md).
157157

158-
For the Azure Government cloud, modify the API endpoint on the token provider to `"https://cognitiveservices.azure.us/.default"`.
158+
> [!NOTE]
159+
> For the Azure Government cloud, modify the API endpoint on the token provider to `"https://cognitiveservices.azure.us/.default"`.
159160
160161
```python
161162
# Set up the query for generating responses

0 commit comments

Comments
 (0)