Skip to content

Commit 4601204

Browse files
committed
fixed links
1 parent 015b81b commit 4601204

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/redis/overview-vector-similarity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Vector similarity search (VSS) has become a popular technology for AI-powered in
1616

1717
For tutorials and sample applications on how to use Enterprise tier or Azure Managed Redis with Azure OpenAI, see the following:
1818

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)
2020
- [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)
2121

2222
## Scope of Availability
2323

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.
2525

2626
This table contains the information for vector search availability in different tiers.
2727

articles/redis/tutorial-vector-similarity.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ In this tutorial, you learn how to:
4747

4848
## Create an Azure Cache for Redis Instance
4949

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.
5151

5252
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.
5353

5454
It takes a few minutes for the cache to create. You can move on to the next step in the meantime.
5555

56-
:::image type="content" source="media/cache-create/enterprise-tier-basics.png" alt-text="Screenshot showing the Enterprise tier Basics tab filled out.":::
56+
:::image type="content" source="../azure-cache-for-redis/media/cache-create/enterprise-tier-basics.png" alt-text="Screenshot showing the Enterprise tier Basics tab filled out.":::
5757

5858
## Set up your development environment
5959

@@ -260,7 +260,7 @@ Now that the data has been filtered and loaded into LangChain, you'll create emb
260260

261261
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.
262262

263-
> [!Important]
263+
> [!IMPORTANT]
264264
> 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.
265265
>
266266
## Run vector search queries
@@ -339,8 +339,8 @@ With Azure Cache for Redis and Azure OpenAI Service, you can use embeddings and
339339

340340
## Related Content
341341

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)
344344
- Learn more about [embeddings generated by Azure OpenAI Service](/azure/ai-services/openai/concepts/understand-embeddings)
345345
- Learn more about [cosine similarity](https://en.wikipedia.org/wiki/Cosine_similarity)
346346
- [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

Comments
 (0)