You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/redis/overview-vector-similarity.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ Vector similarity search (VSS) has become a popular technology for AI-powered in
16
16
17
17
For tutorials and sample applications on how to use Enterprise tier or Azure Managed Redis with Azure OpenAI, see the following:
18
18
19
-
-[Tutorial: Conduct vector similarity Enterprise tier or Azure Managed Redis with ddings using LangChain](./cache-tutorial-vector-similarity.md)
19
+
-[Tutorial: Conduct vector similarity with OpenAI embeddings using Azure Managed Redis using LangChain](tutorial-vector-similarity.md)
20
20
-[Sample: Using Redis as semantic cache in a Dall-E powered image gallery with Redis OM for .NET](https://github.com/Azure-Samples/azure-redis-dalle-semantic-caching)
21
21
22
22
## Scope of Availability
23
23
24
-
Vector search capabilities in Redis require [Redis Stack](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/), specifically the [RediSearch](https://redis.io/docs/interact/search-and-query/) module. This capability is only available in the [Enterprise tiers of Azure Cache for Redis](./cache-redis-modules.md) and Azure Managed Redis.
24
+
Vector search capabilities in Redis require [Redis Stack](https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/), specifically the [RediSearch](https://redis.io/docs/interact/search-and-query/) module. This capability is only available in the [Enterprise tiers of Azure Cache for Redis](redis-modules.md) and Azure Managed Redis.
25
25
26
26
This table contains the information for vector search availability in different tiers.
Copy file name to clipboardExpand all lines: articles/redis/tutorial-vector-similarity.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,13 @@ In this tutorial, you learn how to:
47
47
48
48
## Create an Azure Cache for Redis Instance
49
49
50
-
1. Follow the [Quickstart: Create a Redis Enterprise cache](quickstart-create-redis-enterprise.md) guide, but make sure you add the RedisSearch module at create time.
50
+
1. Follow the [Quickstart: Create a Redis Enterprise cache](../azure-cach-for-redis/quickstart-create-redis-enterprise.md) guide, but make sure you add the RedisSearch module at create time.
51
51
52
52
1. On the **Advanced** page, make sure that you've added the **RediSearch** module and have chosen the **Enterprise** Cluster Policy. All other settings can match the default described in the quickstart.
53
53
54
54
It takes a few minutes for the cache to create. You can move on to the next step in the meantime.
@@ -260,7 +260,7 @@ Now that the data has been filtered and loaded into LangChain, you'll create emb
260
260
261
261
1. Execute code cell 8. This can take over 30 minutes to complete. A `redis_schema.yaml` file is generated as well. This file is useful if you want to connect to your index in Azure Cache for Redis instance without re-generating embeddings.
262
262
263
-
> [!Important]
263
+
> [!IMPORTANT]
264
264
> The speed at which embeddings are generated depends on the [quota available](/azure/ai-services/openai/quotas-limits) to the Azure OpenAI Model. With a quota of 240k tokens per minute, it will take around 30 minutes to process the 7M tokens in the data set.
265
265
>
266
266
## Run vector search queries
@@ -339,8 +339,8 @@ With Azure Cache for Redis and Azure OpenAI Service, you can use embeddings and
339
339
340
340
## Related Content
341
341
342
-
-[Learn more about Azure Cache for Redis](cache-overview.md)
343
-
- Learn more about Azure Cache for Redis [vector search capabilities](./cache-overview-vector-similarity.md)
342
+
-[Learn more about Azure Cache for Redis](overview.md)
343
+
- Learn more about Azure Cache for Redis [vector search capabilities](overview-vector-similarity.md)
344
344
- Learn more about [embeddings generated by Azure OpenAI Service](/azure/ai-services/openai/concepts/understand-embeddings)
345
345
- Learn more about [cosine similarity](https://en.wikipedia.org/wiki/Cosine_similarity)
346
346
-[Read how to build an AI-powered app with OpenAI and Redis](https://techcommunity.microsoft.com/blog/azuredevcommunityblog/vector-similarity-search-with-azure-cache-for-redis-enterprise/3822059)
0 commit comments