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: articles/ai-services/openai/concepts/use-your-data.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ For documents and datasets with long text, you should use the available [data pr
43
43
44
44
## Data formats and file types
45
45
46
-
Azure OpenAI on your data supports the following filetypes:
46
+
Azure OpenAI on your data supports the following filetypes (16 MB or less per file):
47
47
48
48
*`.txt`
49
49
*`.md`
@@ -65,9 +65,23 @@ There are some caveats about document structure and how it might affect the qual
65
65
66
66
This will impact the quality of Azure Cognitive Search and the model response.
67
67
68
-
## Virtual network support & private link support
68
+
## Virtual network support & private network support
69
69
70
-
Azure OpenAI on your data does not currently support private endpoints.
70
+
If you have Azure OpenAI resource protected by a private network, and want to allow Azure OpenAI on your data to access your search service, complete [an application form](https://aka.ms/applyacsvpnaoaionyourdata). The application will be reviewed in five business days and you will be contacted via email about the results. If you are eligible, we will send a private endpoint request to your search service, and you will need to approve the request.
Learn more about the [manual approval workflow](/azure/private-link/private-endpoint-overview#access-to-a-private-link-resource-using-approval-workflow).
75
+
76
+
After you approve the request in your search service, you can start using the [chat completions extensions API](/azure/ai-services/openai/reference#completions-extensions). Public network access can be disabled for that search service. Private network access for Azure OpenAI Studio is not currently supported.
77
+
78
+
### Azure OpenAI resources in private networks
79
+
80
+
You can protect Azure OpenAI resource in [private networks](/azure/ai-services/cognitive-services-virtual-networks) the same way as any Azure AI services.
81
+
82
+
### Storage accounts in private networks
83
+
84
+
Storage accounts in private networks are currently not supported by Azure OpenAI on your data.
71
85
72
86
## Azure Role-based access controls (Azure RBAC)
73
87
@@ -241,7 +255,7 @@ You can send a streaming request using the `stream` parameter, allowing data to
241
255
242
256
#### Conversation history for better results
243
257
244
-
When chatting with a model, providing a history of the chat will help the model return higher quality results.
258
+
When you chat with a model, providing a history of the chat will help the model return higher quality results.
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/connect-your-data-studio.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,9 @@ Navigate to [Azure OpenAI Studio](https://oai.azure.com/) and sign-in with crede
24
24
1. In the pane that appears, select **Upload files** under **Select data source**. Select **Upload files**. Azure OpenAI needs both a storage resource and a search resource to access and index your data.
25
25
26
26
> [!TIP]
27
-
> * For a list of supported data sources, see [Data source options](../concepts/use-your-data.md#data-source-options)
27
+
> * See the following resource for more information:
> *[supported file types and formats](../concepts/use-your-data.md#data-formats-and-file-types)
28
30
> * For documents and datasets with long text, we recommend using the available [data preparation script](../concepts/use-your-data.md#ingesting-your-data-into-azure-cognitive-search).
29
31
30
32
1. For Azure OpenAI to access your storage account, you will need to turn on [Cross-origin resource sharing (CORS)](https://go.microsoft.com/fwlink/?linkid=2237228). If CORS isn't already turned on for the Azure Blob storage resource, select **Turn on CORS**.
Copy file name to clipboardExpand all lines: articles/ai-services/openai/includes/use-your-data-rest.md
-24Lines changed: 0 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,6 @@ To successfully make a call against Azure OpenAI, you need the following variabl
23
23
|`AOAIEndpoint`| This value can be found in the **Keys & Endpoint** section when examining your Azure OpenAI resource from the Azure portal. Alternatively, you can find the value in **Azure AI studio** > **Chat playground** > **Code view**. An example endpoint is: `https://my-resoruce.openai.azure.com`.|
24
24
|`AOAIKey`| This value can be found in **Resource management** > **Keys & Endpoint** section when examining your Azure OpenAI resource from the Azure portal. You can use either `KEY1` or `KEY2`. Always having two keys allows you to securely rotate and regenerate keys without causing a service disruption. |
25
25
|`AOAIDeploymentId`| This value corresponds to the custom name you chose for your deployment when you deployed a model. This value can be found under **Resource Management** > **Deployments** in the Azure portal or alternatively under **Management** > **Deployments** in Azure AI studio.|
26
-
|`ChatGptUrl`| The Azure OpenAI ChatGPT endpoint that will be used to fulfill the request. This can be the same endpoint as `AoAIEndpoint`. |
27
-
|`ChatGptKey`| If you are using the same Azure OpenAI resource for both `ChatGptUrl` and `AOAIEndpoint`, use the same value as `AOAIKey`. |
28
26
|`SearchEndpoint`| This value can be found in the **Overview** section when examining your Azure Cognitive Search resource from the Azure portal. |
29
27
|`SearchKey`| This value can be found in the **Resource management** > **Keys & Endpoint** section when examining your Azure Cognitive Search resource from the Azure portal. You can use either `KEY1` or `KEY2`. Always having two keys allows you to securely rotate and regenerate keys without causing a service disruption. |
30
28
|`SearchIndex`| This value corresponds to the name of the index you created to store your data. You can find it in the **Overview** section when examining your Azure Cognitive Search resource from the Azure portal. |
0 commit comments