Skip to content

Commit ffc9cab

Browse files
committed
rewording
1 parent 506d9ac commit ffc9cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ In comparison and benchmark testing, hybrid queries with text and vector fields,
153153

154154
### Example code of an Azure AI Search query for RAG scenarios
155155

156-
The following Python code demonstrates the essential components of a RAG pattern 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 an end-to-end workflow, see this [RAG quickstart](search-get-started-rag.md).
156+
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

158158
```python
159159
# Set up the query for generating responses

0 commit comments

Comments
 (0)