Welcome to the Azure AI Samples repository!
This repository acts as the top-level directory for official Azure AI sample code and examples. It includes notebooks and sample code that contain end-to-end samples as well as smaller code snippets for common developer tasks.
This repository is entirely open source, guidance on how to contribute and links to additional repositories are provided below.
Use the samples in this repository to try out Azure AI scenarios on your local machine!
- Azure/aistudio-copilot-sample - Quickstart repo for building an enterprise chat copilot in Azure AI Studio.
- Azure-Samples/aistudio-python-quickstart-sample - Quickstart Python sample for getting started with SDK or CLI.
- Azure-Samples/aistudio-python-langchain-sample - Quickstart Python sample for getting started with SDK or CLI, along with the LangChain framework.
- Azure-Samples/aistudio-python-promptflow-sample - Quickstart Python sample for getting started with SDK or CLI, along with the PromptFlow framework.
- Azure-Samples/azure-search-openai-demo - Repo containing end to end samples for running the Retrieval Augmented Generation pattern across data using Python.
- Azure-Samples/azure-search-openai-javascript - Repo containing end to end samples for running the Retrieval Augmented Generation pattern across data using JavaScript.
- Azure-Samples/azure-search-openai-demo-csharp - Repo containing end to end samples for running the Retrieval Augmented Generation pattern across data using .NET.
- Azure-Samples/azure-search-openai-demo-java - Repo containing end to end samples for running the Retrieval Augmented Generation pattern across data using Java.
- Azure-Samples/azure-ai-assistant-tool - Repo containing the Azure AI Assistant Tool and Python middleware libraries for quick experimentation, testing, and debugging of Azure OpenAI assistants in your local environment.
- microsoft/chat-copilot - Sample showing how to build LLM chat copilot.
- openai/openai-cookbook - Example code for common tasks within OpenAI.
We welcome contributions and suggestions! Please see the contributing guidelines for details.
This project has adopted the Microsoft Open Source Code of Conduct. Please see the code of conduct for details.
If you find a bug in the source code or a mistake in the documentation, feel free to submit bug report . Or you could submit a pull request with a fix.
If there's an sample that you'd like to see added, feel free to file a Feature Request.
If you'd like to implement it yourself, please refer to our contributing guidelines.