Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Azure-Samples/azureai-samples
Official community-driven Azure AI Examples
https://github.com/Azure-Samples/azureai-samples
azure
Last synced: 5 days ago
JSON representation
Official community-driven Azure AI Examples
- Host: GitHub
- URL: https://github.com/Azure-Samples/azureai-samples
- Owner: Azure-Samples
- License: mit
- Created: 2023-09-20T23:34:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T17:43:51.000Z (5 days ago)
- Last Synced: 2024-11-06T18:36:00.987Z (5 days ago)
- Topics: azure
- Language: Jupyter Notebook
- Homepage:
- Size: 3.84 MB
- Stars: 262
- Watchers: 17
- Forks: 178
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Azure AI Samples
[![license: MIT](https://img.shields.io/badge/License-MIT-purple.svg)](LICENSE)
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!
## Supplementary Documentation
### Other Sample Repositories
#### Azure AI Studio
* **[Azure/aistudio-copilot-sample]** - Quickstart repo for building an enterprise chat copilot in Azure AI Studio.
* **[Azure-Samples/aistudio-python-quickstart-sample](https://github.com/Azure-Samples/aistudio-python-quickstart-sample)** - Quickstart Python sample for getting started with SDK or CLI.
* **[Azure-Samples/aistudio-python-langchain-sample](https://github.com/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](https://github.com/Azure-Samples/aistudio-python-promptflow-sample)** - Quickstart Python sample for getting started with SDK or CLI, along with the PromptFlow framework.#### Azure AI Search
* **[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/langchainjs-quickstart-demo]** - Sample showing how to quickly develop generative AI apps using LangChain.js, starting with Ollama and local models and transition to Azure for production.
* **[Azure-Samples/azure-openai-rag-workshop]** - Repo contains both a sample and a step-by-step workshop on how to build a custom chatbot with Retrieval
Augmented Generation using JavaScript.#### Azure AI Assistant
* **[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.#### Copilot
* **[microsoft/chat-copilot]** - Sample showing how to build LLM chat copilot.
#### OpenAI
* **[openai/openai-cookbook]** - Example code for common tasks within OpenAI.
* **[Azure-Samples/serverless-chat-langchainjs](https://github.com/Azure-Samples/serverless-chat-langchainjs)** - Sample implementing a serverless ChatGPT with Retrieval-Augmented-Generation using LangChain.js, that can run locally with Ollama and Mistral 7B.## Contributing
We welcome contributions and suggestions! Please see the [contributing guidelines] for details.
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). Please see the [code of conduct](CODE_OF_CONDUCT.md) for details.
## Getting Help
### Issues
If you find a bug in the source code or a mistake in the documentation, feel free to [submit bug report][new issue page]
. Or you could submit a pull request with a fix.### Feature Requests
If there's an sample that you'd like to see added, feel free to file a [Feature Request][new issue page].
If you'd like to implement it yourself, please refer to our [contributing guidelines].
[Azure/aistudio-copilot-sample]: https://github.com/Azure/aistudio-copilot-sample
[Azure-Samples/azure-search-openai-demo]: https://github.com/Azure-Samples/azure-search-openai-demo
[Azure-Samples/azure-search-openai-javascript]: https://github.com/Azure-Samples/azure-search-openai-javascript
[Azure-Samples/azure-search-openai-demo-csharp]: https://github.com/Azure-Samples/azure-search-openai-demo-csharp
[Azure-Samples/azure-search-openai-demo-java]: https://github.com/Azure-Samples/azure-search-openai-demo-java
[Azure-Samples/langchainjs-quickstart-demo]: https://github.com/Azure-Samples/langchainjs-quickstart-demo
[Azure-Samples/azure-openai-rag-workshop]: https://github.com/Azure-Samples/azure-openai-rag-workshop/tree/base
[Azure-Samples/azure-ai-assistant-tool]: https://github.com/Azure-Samples/azureai-assistant-tool
[contributing guidelines]: ./CONTRIBUTING.md
[microsoft/chat-copilot]: https://github.com/microsoft/chat-copilot
[new issue page]: https://github.com/Azure-Samples/azureai-samples/issues/new/choose
[openai/openai-cookbook]: https://github.com/openai/openai-cookbook/tree/main/examples
[Azure-Samples/serverless-chat-langchainjs]: https://github.com/Azure-Samples/serverless-chat-langchainjs