Skip to content

Commit d323a79

Browse files
committed
updated the query tutorial
1 parent b2795fd commit d323a79

11 files changed

+43
-123
lines changed
41.9 KB
Loading
79 KB
Loading
51.5 KB
Loading
42.9 KB
Loading

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

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

223223
+ [Try this RAG quickstart](search-get-started-rag.md) for a demonstration of query integration with chat models over a search index.
224224

225+
+ [Tutorial: How to build a RAG solution in Azure AI Search](tutorial-rag-build-solution.md) for focused coverage on the features and pattern for RAG solutions that obtain grounding data from a search index.
226+
225227
+ Start with solution accelerators:
226228

227229
+ ["Chat with your data" solution accelerator](https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator) helps you create a custom RAG solution over your content.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,6 @@ When you're working in your own subscription, it's a good idea at the end of a p
276276

277277
You can find and manage resources in the portal by using the **All resources** or **Resource groups** link in the leftmost pane.
278278

279-
## Next steps
279+
## See also
280280

281-
As a next step, we recommend that you review the demo code for [Python](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-python), [C#](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-dotnet), or [JavaScript](https://github.com/Azure/azure-search-vector-samples/tree/main/demo-javascript) on the azure-search-vector-samples repository.
281+
- [Tutorial: How to build a RAG solution in Azure AI Search](tutorial-rag-build-solution.md)

articles/search/toc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ items:
102102
href: tutorial-rag-build-solution-pipeline.md
103103
- name: Search and generate answers
104104
href: tutorial-rag-build-solution-query.md
105-
- name: Maximize relevance
106-
href: tutorial-rag-build-solution-maximize-relevance.md
107-
- name: Minimize storage and costs
108-
href: tutorial-rag-build-solution-minimize-storage.md
109-
- name: Deploy and secure an app
110-
href: tutorial-rag-build-solution-app.md
111105
- name: Skills tutorials
112106
items:
113107
- name: C#

articles/search/tutorial-rag-build-solution-app.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

articles/search/tutorial-rag-build-solution-maximize-relevance.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

articles/search/tutorial-rag-build-solution-minimize-storage.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)