Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Tools
Tool name | Description |
---|---|
Azure AI Search Lab | Learning and experimentation lab to try out AI-enabled search scenarios in Azure. It provides a web application front end that uses Azure AI Search and Azure OpenAI to execute searches with various options. These options range from simple keyword search to semantic ranking, vector and hybrid search, and using generative AI to answer search queries. |
Back up and restore (C#) | Download the retrievable fields of an index to your local device and then upload the index and its content to a new search service. |
Back up and restore (Python) | Download the retrievable fields of an index to your local device and then upload the index and its content to a new search service. |
Performance testing solution | 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. |
Visual Studio Code extension | 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. |
Accelerators
Accelerator | Description |
---|---|
Build your own copilot solution accelerator | Code and docs to build a copilot for specific use cases. |
Chat with your data solution accelerator | Code and docs to create interactive search solution in production environments. |
Document knowledge mining solution accelerator | 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. |
Knowledge mining accelerator | Code and docs to jump start a knowledge store using your data. |