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
# Quickstart: Chat with Azure OpenAI models using your own data
18
18
19
-
::: zone pivot="programming-language-spring"
19
+
In this quickstart, you can use your own data with Azure OpenAI models. Using Azure OpenAI's models on your data can provide you with a powerful conversational AI platform that enables faster and more accurate communication.
-[Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
30
+
- An [Azure OpenAI resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI) deployed in a [supported region and with a supported model](./concepts/use-your-data.md#regional-availability-and-model-support).
31
+
32
+
> [!div class="nextstepaction"]
33
+
> [I ran into an issue with the prerequisites.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=OVERVIEW&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Prerequisites)
[!INCLUDE [Connect your data to OpenAI](includes/connect-your-data-studio.md)]
34
45
35
-
These links reference the OpenAI API for Python. There's no Azure-specific OpenAI Python SDK. [Learn how to switch between the OpenAI services and Azure OpenAI services](/azure/ai-services/openai/how-to/switching-endpoints).
In this quickstart, you can use your own data with Azure OpenAI models. Using Azure OpenAI's models on your data can provide you with a powerful conversational AI platform that enables faster and more accurate communication.
60
+
::: zone pivot="programming-language-javascript"
46
61
47
62
## Prerequisites
48
63
@@ -59,6 +74,7 @@ In this quickstart, you can use your own data with Azure OpenAI models. Using Az
59
74
60
75
- Download the example data from [GitHub](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/openai/contoso_benefits_document_example.pdf) if you don't have your own data.
61
76
77
+
62
78
#### [JavaScript](#tab/javascript)
63
79
64
80
- An Azure subscription - <ahref="https://azure.microsoft.com/free/cognitive-services"target="_blank">Create one for free</a>.
@@ -71,70 +87,49 @@ In this quickstart, you can use your own data with Azure OpenAI models. Using Az
71
87
72
88
---
73
89
74
-
::: zone pivot="programming-language-javascript"
75
-
76
-
77
-
78
-
-[Long Term Support (LTS) versions of Node.js](https://github.com/nodejs/release#release-schedule)
-[Azure AI Search](https://portal.azure.com/#create/Microsoft.Search)
86
-
- An [Azure OpenAI resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesOpenAI) deployed in a [supported region and with a supported model](./concepts/use-your-data.md#regional-availability-and-model-support).
87
-
88
-
> [!div class="nextstepaction"]
89
-
> [I ran into an issue with the prerequisites.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=OVERVIEW&Pillar=AOAI&Product=ownData&Page=quickstart&Section=Prerequisites)
These links reference the OpenAI API for Python. There's no Azure-specific OpenAI Python SDK. [Learn how to switch between the OpenAI services and Azure OpenAI services](/azure/ai-services/openai/how-to/switching-endpoints).
117
104
118
-
::: zone pivot="programming-language-python"
105
+
[!INCLUDE [Connect your data to OpenAI](includes/connect-your-data-studio.md)]
0 commit comments