Skip to content

Commit 9f19337

Browse files
authored
Improve clarity of semantic caching instructions
Refined wording to explicitly state the purpose of the caching policies before introducing the XML configuration.
1 parent 9a7afcc commit 9f19337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ If the request is successful, the response includes a vector representation of t
115115

116116
## Configure semantic caching policies
117117

118-
Configure the following policies to enable semantic caching for Azure OpenAI APIs in Azure API Management:
118+
To enable semantic caching for Azure OpenAI APIs in Azure API Management, apply the following policies: one to check the cache before sending requests (lookup) and another to store responses for future reuse (store):
119119
* In the **Inbound processing** section for the API, add the [azure-openai-semantic-cache-lookup](azure-openai-semantic-cache-lookup-policy.md) policy. In the `embeddings-backend-id` attribute, specify the Embeddings API backend you created.
120120

121121
> [!NOTE]

0 commit comments

Comments
 (0)