Skip to content

Commit e1c3705

Browse files
Merge pull request #125567 from hariscats/main
Improve clarity of semantic caching instructions
2 parents d2a44dd + 9f19337 commit e1c3705

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

+1-1
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)