Skip to content

Commit 07e7d6f

Browse files
Merge pull request Azure-Samples#134 from Azure-Samples/pmishra/updated_readme
Updated README to include solution accelerators
2 parents 3cc43dd + f7dabd1 commit 07e7d6f

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

README.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
55
# Azure OpenAI Service Samples
66

7-
This repo is a compilation of useful [Azure OpenAI Service](https://azure.microsoft.com/en-us/products/cognitive-services/openai-service) resources and code samples to help you get started and accelerate your technology adoption journey.
7+
This repo is a compilation of useful [Azure OpenAI Service](https://azure.microsoft.com/en-us/products/ai-services/openai-service/) resources and code samples to help you get started and accelerate your technology adoption journey.
88

9-
The Azure OpenAI service provides REST API access to OpenAI's powerful language models on the Azure cloud. These models can be easily adapted to your specific task including but not limited to content generation, summarization, semantic search, and natural language to code translation. Users can access the service through REST APIs, Python SDK, .NET SDK, or our web-based interface in the Azure OpenAI Studio.
9+
The Azure OpenAI service provides REST API access to OpenAI's powerful language models on the Azure cloud. These models can be easily adapted to your specific task including but not limited to content generation, summarization, semantic search, and natural language to code translation. Users can access the service through REST APIs, Python SDK, .NET SDK, or our web-based interface in the Azure AI Foundry.
1010

1111
## Get started
1212

@@ -17,30 +17,12 @@ The Azure OpenAI service provides REST API access to OpenAI's powerful language
1717
- **Azure OpenAI resource** - For these samples, you'll need to deploy models like GPT-3.5 Turbo, GPT 4, DALL-E, and Whisper. See the Azure OpenAI Service documentation for more details on [deploying models](https://learn.microsoft.com/azure/ai-services/openai/how-to/create-resource?pivots=web-portal) and [model availability](https://learn.microsoft.com/azure/ai-services/openai/concepts/models).
1818

1919
### Project setup
20+
The repo includes many end to end solutions and solution accelerators with sample data and detailed installation instructions. Follow the instructions provided with these solutions to get going.
2021

21-
#### Codespaces
22-
23-
The easiest way to get started is with GitHub Codespaces
24-
25-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Azure-Samples/openai)
26-
27-
#### Local
28-
29-
If you prefer to run these samples locally, you'll need to install and configure the following:
30-
31-
- [Visual Studio Code](https://code.visualstudio.com/Download)
32-
- Python
33-
- [Python 3.8+](https://www.python.org/downloads/)
34-
- [Jupyter Notebook 6.5.2](https://jupyter.org/install)
35-
- [Python VS Code extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
36-
- .NET
37-
- [.NET 8 SDK](https://dotnet.microsoft.com/download/dotnet/8.0)
38-
- [Polyglot Notebooks VS Code extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode)
39-
- [NodeJS](https://nodejs.org/)
40-
4122

4223
### Navigating the repo
43-
24+
- [**eCommerce Solution Accelerator**](./Solution_Accelerators/Retail/README.md): This solution demonstrates building an eCommerce copilot with a multimodal, concierge-like shopping experience. It leverages Azure OpenAI Service and Azure AI Search to index and retrieve multimodal content, enabling product discovery through text, images, and personalized recommendations.
25+
- [**Advanced RAG for Financial Domain**](./Solution_Accelerators/Advanced_RAG/README.md): This is a solution accelerator that supports advanced techniques for ingesting, formatting and intent extraction from structured and non-structured data and querying the data through simple web interface to achieve improved accuracy and performance rates than baseline RAG.
4426
- [**Basic samples**](./Basic_Samples/README.md): These are small code samples and snippets which complete small sets of actions and can be integrated into the user code.
4527
- [**End to end solutions**](./End_to_end_Solutions/README.md): These are complete solutions for some use cases and industry scenarios. These include appropriate workflows and reference architectures, which can be easily customized and built into full scale production systems.
4628

0 commit comments

Comments
 (0)