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: README.md
+5-23Lines changed: 5 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
# Azure OpenAI Service Samples
6
6
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.
8
8
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.
10
10
11
11
## Get started
12
12
@@ -17,30 +17,12 @@ The Azure OpenAI service provides REST API access to OpenAI's powerful language
17
17
-**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).
18
18
19
19
### 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.
20
21
21
-
#### Codespaces
22
-
23
-
The easiest way to get started is with GitHub Codespaces
24
-
25
-
[](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)
-[Polyglot Notebooks VS Code extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode)
39
-
-[NodeJS](https://nodejs.org/)
40
-
41
22
42
23
### 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.
44
26
-[**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.
45
27
-[**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.
0 commit comments