From 64558f817cbfe098eba0e8ef73cb8550272017e0 Mon Sep 17 00:00:00 2001 From: Dimitris Papadopoulos Date: Wed, 7 Aug 2024 19:42:15 +0300 Subject: [PATCH] Update semantic-caching.ipynb Nit: typo fixed --- labs/semantic-caching/semantic-caching.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/semantic-caching/semantic-caching.ipynb b/labs/semantic-caching/semantic-caching.ipynb index bcd072b..cba0845 100644 --- a/labs/semantic-caching/semantic-caching.ipynb +++ b/labs/semantic-caching/semantic-caching.ipynb @@ -9,7 +9,7 @@ "## Semantic Caching lab\n", "![flow](../../images/semantic-caching.gif)\n", "\n", - "Playground to try the [sementic caching policy](https://learn.microsoft.com/en-us/azure/api-management/azure-openai-semantic-cache-lookup-policy). \n", + "Playground to try the [semantic caching policy](https://learn.microsoft.com/en-us/azure/api-management/azure-openai-semantic-cache-lookup-policy). \n", "\n", "The azure-openai-semantic-cache-lookup policy conducts a cache lookup of responses on Azure OpenAI Chat Completion API and Completion API requests from a pre-configured external cache. It operates by comparing the vector proximity of the prompt to prior requests and using a specific similarity score threshold. Caching responses helps reduce bandwidth and processing demands on the backend Azure OpenAI API, thus reducing latency perceived by API consumers.\n", "\n",