Skip to content

Commit 97fc11c

Browse files
Merge pull request #314663 from JustPies/jpbrokenlinks-4-13
Broken Link Remediation
2 parents cf73306 + defb814 commit 97fc11c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

articles/durable-task/scheduler/durable-task-scheduler-billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Currently, you're limited to 10 schedulers and five task hubs per region per sub
122122

123123
### Example 1
124124

125-
A development team is testing simple orchestrations, each with three actions (using [the "Hello City" pattern](https://github.com/Azure-Samples/Durable-Task-Scheduler/tree/main/quickstarts/durable-functions/dotnet/HelloCities)), and runs 10,000 orchestrations per month.
125+
A development team is testing simple orchestrations, each with three actions (using [the "Hello City" pattern](https://github.com/Azure-Samples/Durable-Task-Scheduler/tree/main/samples/durable-functions/dotnet/HelloCities)), and runs 10,000 orchestrations per month.
126126

127127
| Activity | Calculation | Result |
128128
| - | ----------- | ------ |

articles/redis/overview-vector-similarity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ Vector similarity search can be used in multiple applications. Some common use-c
8686
Azure Cache for Redis can be used effectively as a vector database to store embeddings vectors and to perform vector similarity searches. Support for vector storage and search has been available in many key machine learning frameworks like:
8787

8888
- [Semantic Kernel](https://github.com/microsoft/semantic-kernel)
89-
- [LangChain](https://python.langchain.com/docs/integrations/vectorstores/redis)
89+
- [LangChain](https://docs.langchain.com/oss/python/integrations/vectorstores/)
9090
- [LlamaIndex](https://developers.llamaindex.ai/python/examples/vector_stores/redisindexdemo)
9191

92-
These frameworks feature rich integrations with Redis. For example, the Redis LangChain integration [automatically generates an index schema for metadata](https://python.langchain.com/docs/integrations/vectorstores/redis#inspecting-the-created-index) passed in when using Redis as a vector store. This makes it much easier to filter results based on metadata.
92+
These frameworks feature rich integrations with Redis. For example, the Redis LangChain integration automatically generates an index schema for metadata passed in when using Redis as a vector store. This makes it much easier to filter results based on metadata.
9393

9494
Redis has a wide range of search capabilities through the [RediSearch module](redis-modules.md#redisearch), which is available in the Enterprise tier of Azure Cache for Redis. These include:
9595

0 commit comments

Comments
 (0)