Skip to content

Commit e7f40cc

Browse files
committed
picking up unsaved changes
1 parent 679e526 commit e7f40cc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,6 @@ A RAG solution that includes Azure AI Search can leverage [built-in data chunkin
220220

221221
## How to get started
222222

223-
+ [Use Azure AI Studio to create a search index](/azure/ai-studio/how-to/index-add).
224-
225-
+ [Use Azure OpenAI Studio and "bring your own data"](/azure/ai-services/openai/concepts/use-your-data) to experiment with prompts on an existing search index in a playground. This step helps you decide what model to use, and shows you how well your existing index works in a RAG scenario.
226-
227223
+ [Try this RAG quickstart](search-get-started-rag.md) for a demonstration of query integration with chat models over a search index.
228224

229225
+ Start with solution accelerators:
@@ -247,10 +243,10 @@ A RAG solution that includes Azure AI Search can leverage [built-in data chunkin
247243

248244
+ [Review indexing concepts and strategies](search-what-is-an-index.md) to determine how you want to ingest and refresh data. Decide whether to use vector search, keyword search, or hybrid search. The kind of content you need to search over, and the type of queries you want to run, determines index design.
249245

250-
+ [Review creating queries](search-query-create.md) to learn more search request syntax and requirements.
246+
+ [Review creating queries](search-query-create.md) to learn more about search request syntax and requirements.
251247

252248
> [!NOTE]
253-
> Some Azure AI Search features are intended for human interaction and aren't useful in a RAG pattern. Specifically, you can skip autocomplete and suggestions. Other features like facets and orderby might be useful, but would be uncommon in a RAG scenario.
249+
> Some Azure AI Search features are intended for human interaction and aren't useful in a RAG pattern. Specifically, you can skip features like autocomplete and suggestions. Other features like facets and orderby might be useful, but would be uncommon in a RAG scenario.
254250
255251
## See also
256252

0 commit comments

Comments
 (0)