Skip to content

Commit 9ed509b

Browse files
authored
Merge pull request #120186 from hyoshioka0128/patch-795
Typo "Azure Open AI"→"Azure OpenAI"
2 parents e588812 + d827bbd commit 9ed509b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-cache-for-redis/cache-tutorial-semantic-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 01/08/2024
1212

1313
# Tutorial: Use Azure Cache for Redis as a semantic cache
1414

15-
In this tutorial, you use Azure Cache for Redis as a semantic cache with an AI-based large language model (LLM). You use Azure Open AI Service to generate LLM responses to queries and cache those responses using Azure Cache for Redis, delivering faster responses and lowering costs.
15+
In this tutorial, you use Azure Cache for Redis as a semantic cache with an AI-based large language model (LLM). You use Azure OpenAI Service to generate LLM responses to queries and cache those responses using Azure Cache for Redis, delivering faster responses and lowering costs.
1616

1717
Because Azure Cache for Redis offers built-in vector search capability, you can also perform _semantic caching_. You can return cached responses for identical queries and also for queries that are similar in meaning, even if the text isn't the same.
1818

@@ -78,7 +78,7 @@ See [Deploy a model](/azure/ai-services/openai/how-to/create-resource?pivots=web
7878

7979
To successfully make a call against Azure OpenAI, you need an **endpoint** and a **key**. You also need an **endpoint** and a **key** to connect to Azure Cache for Redis.
8080

81-
1. Go to your Azure Open AI resource in the Azure portal.
81+
1. Go to your Azure OpenAI resource in the Azure portal.
8282

8383
1. Locate **Endpoint and Keys** in the **Resource Management** section of your Azure OpenAI resource. Copy your endpoint and access key because you need both for authenticating your API calls. An example endpoint is: `https://docs-test-001.openai.azure.com`. You can use either `KEY1` or `KEY2`.
8484

0 commit comments

Comments
 (0)