Skip to content

Commit 651a7f2

Browse files
Merge pull request #6243 from HeidiSteen/heidist-freshness
RAG accelerator links
2 parents f6658eb + 83a2764 commit 651a7f2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

articles/search/resource-tools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: haileytap
77
ms.author: haileytapia
88
ms.service: azure-ai-search
99
ms.topic: conceptual
10-
ms.date: 06/02/2025
10+
ms.date: 07/28/2025
1111
---
1212

1313
# Productivity tools and accelerators for Azure AI Search
@@ -28,6 +28,7 @@ Microsoft engineers build productivity tools that aren't part of the Azure AI Se
2828

2929
| Accelerator | Description |
3030
|--|--|
31+
| [RAG Experiment Accelerator](https://github.com/microsoft/rag-experiment-accelerator) | Conduct experiments and evaluations using Azure AI Search and the RAG pattern. This accelerator has code for loading multiple data sources, using a variety of models, and creating a variety of search indexes and queries. |
3132
| [Build your own copilot solution accelerator](https://github.com/microsoft/Build-your-own-copilot-Solution-Accelerator) | Code and docs to build a copilot for specific use cases. |
3233
| [Chat with your data solution accelerator](https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/blob/main/README.md) | Code and docs to create interactive search solution in production environments. |
3334
| [Document knowledge mining solution accelerator](https://github.com/microsoft/Document-Knowledge-Mining-Solution-Accelerator/blob/main/README.md) | Code and docs built on Azure OpenAI in Azure AI Foundry Models and Azure AI Document Intelligence. It processes and extracts summaries, entities, and metadata from unstructured, multimodal documents to enable searching and chatting over this data. |

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ Check out the following GitHub repositories for code, documentation, and video d
276276

277277
## See also
278278

279+
+ [RAG Experiment Accelerator](https://github.com/microsoft/rag-experiment-accelerator)
280+
279281
+ [Retrieval Augmented Generation: Streamlining the creation of intelligent natural language processing models](https://ai.meta.com/blog/retrieval-augmented-generation-streamlining-the-creation-of-intelligent-natural-language-processing-models/)
280-
+ [Retrieval Augmented Generation using Azure Machine Learning prompt flow](/azure/machine-learning/concept-retrieval-augmented-generation)
282+
281283
+ [Azure Cognitive Search and LangChain: A Seamless Integration for Enhanced Vector Search Capabilities](https://techcommunity.microsoft.com/t5/azure-ai-services-blog/azure-cognitive-search-and-langchain-a-seamless-integration-for/ba-p/3901448)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Consider revisiting the [queries from the previous tutorial](tutorial-rag-build-
334334

335335
## Next step
336336

337-
There are code samples in all of the Azure SDKs that provide Azure AI Search programmability. You can also review vector sample code for specific use cases and technology combinations.
337+
We recommend this accelerator for you next step:
338338

339339
> [!div class="nextstepaction"]
340-
> [azure-search-vector-samples](https://github.com/Azure/azure-search-vector-samples)
340+
> [RAG Experiment Accelerator](https://github.com/microsoft/rag-experiment-accelerator)

0 commit comments

Comments
 (0)