Skip to content

Commit 0f978ea

Browse files
Merge pull request #301772 from v-albemi/semantic-caching
REBRAND - AI Foundry terms
2 parents ad8cd78 + 6bae776 commit 0f978ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/api-management/azure-openai-enable-semantic-caching.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Enable semantic caching of responses to Azure OpenAI API requests to reduce band
2222
2323
## Prerequisites
2424

25-
* One or more Azure OpenAI Service APIs must be added to your API Management instance. For more information, see [Add an Azure OpenAI Service API to Azure API Management](azure-openai-api-from-specification.md).
26-
* The Azure OpenAI service must have deployments for the following:
25+
* One or more Azure OpenAI in Foundry Models APIs must be added to your API Management instance. For more information, see [Add an Azure OpenAI API to Azure API Management](azure-openai-api-from-specification.md).
26+
* The Azure OpenAI instance must have deployments for the following:
2727
* Chat Completion API - Deployment used for API consumer calls
2828
* Embeddings API - Deployment used for semantic caching
2929
* The API Management instance must be configured to use managed identity authentication to the Azure OpenAI APIs. For more information, see [Authenticate and authorize access to Azure OpenAI APIs using Azure API Management ](api-management-authenticate-authorize-azure-openai.md#authenticate-with-managed-identity).
@@ -57,17 +57,17 @@ Configure a [backend](backends.md) resource for the embeddings API deployment wi
5757

5858
* **Name** - A name of your choice, such as `embeddings-backend`. You use this name to reference the backend in policies.
5959
* **Type** - Select **Custom URL**.
60-
* **Runtime URL** - The URL of the embeddings API deployment in the Azure OpenAI Service, similar to:
60+
* **Runtime URL** - The URL of the embeddings API deployment in the Azure OpenAI instance, similar to:
6161
```
6262
https://my-aoai.openai.azure.com/openai/deployments/embeddings-deployment/embeddings
6363
```
6464
* **Authorization credentials** - Go to **Managed Identity** tab.
6565
* **Client identity** - Select *System assigned identity* or type in a User assigned managed identity client ID.
66-
* **Resource ID** - Enter `https://cognitiveservices.azure.com/` for Azure OpenAI Service.
66+
* **Resource ID** - Enter `https://cognitiveservices.azure.com/` for Azure OpenAI.
6767

6868
### Test backend
6969

70-
To test the backend, create an API operation for your Azure OpenAI Service API:
70+
To test the backend, create an API operation for your Azure OpenAI API:
7171

7272
1. On the **Design** tab of your API, select **+ Add operation**.
7373
1. Enter a **Display name** and optionally a **Name** for the operation.

0 commit comments

Comments
 (0)