You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/resource-tools.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,16 @@ ms.date: 07/28/2025
14
14
15
15
Microsoft engineers build productivity tools that aren't part of the Azure AI Search service and aren't covered by service-level agreements (SLAs). You can download, modify, and build these tools to create an app that helps you develop or maintain a search solution.
16
16
17
+
## Accelerators
18
+
19
+
| Accelerator | Description |
20
+
|--|--|
21
+
|[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. |
22
+
|[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. |
23
+
|[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. |
24
+
|[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. |
25
+
|[Knowledge mining accelerator](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/main/README.md)| Code and docs to jump start a knowledge store using your data. |
26
+
17
27
## Tools
18
28
19
29
| Tool name | Description |
@@ -24,12 +34,3 @@ Microsoft engineers build productivity tools that aren't part of the Azure AI Se
24
34
|[Performance testing solution](https://github.com/Azure-Samples/azure-search-performance-testing/blob/main/README.md)| This solution helps you load test Azure AI Search. It uses Apache JMeter as an open source load and performance testing tool and Terraform to dynamically provision and destroy the required infrastructure on Azure. |
25
35
|[Visual Studio Code extension](https://github.com/microsoft/vscode-azurecognitivesearch)| Although the extension is no longer available on the Visual Studio Code Marketplace, the code is open source. You can clone and modify the tool for your own use. |
26
36
27
-
## Accelerators
28
-
29
-
| Accelerator | Description |
30
-
|--|--|
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. |
32
-
|[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. |
33
-
|[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. |
34
-
|[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. |
35
-
|[Knowledge mining accelerator](https://github.com/Azure-Samples/azure-search-knowledge-mining/blob/main/README.md)| Code and docs to jump start a knowledge store using your data. |
0 commit comments