Skip to content

Commit 5822f58

Browse files
authored
pre-existing acrolinx
1 parent 9576aec commit 5822f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ When you chat with a model, providing a history of the chat will help the model
422422

423423
Azure OpenAI On Your Data Retrieval Augmented Generation (RAG) service that leverages both a search service (such as Azure AI Search) and generation (Azure OpenAI models) to let users get answers for their questions based on provided data.
424424

425-
As part of this RAG pipeline, there are are three steps at a high-level:
425+
As part of this RAG pipeline, there are three steps at a high-level:
426426

427427
1. Reformulate the user query into a list of search intents. This is done by making a call to the model with a prompt that includes instructions, the user question, and conversation history. Let's call this an *intent prompt*.
428428

0 commit comments

Comments
 (0)