From 923e9f959699e10c6317a74e28b99e56401640d8 Mon Sep 17 00:00:00 2001 From: MSFTeegarden <72232746+MSFTeegarden@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:27:03 -0700 Subject: [PATCH] Add Azure Redis example (#11570) **Description** This PR adds an additional Example to the Redis integration documentation. [The example](https://learn.microsoft.com/azure/azure-cache-for-redis/cache-tutorial-vector-similarity) is a step-by-step walkthrough of using Azure Cache for Redis and Azure OpenAI for vector similarity search, using LangChain extensively throughout. **Issue** Nothing specific, just adding an additional example. **Dependencies** None. **Tag Maintainer** Tagging @hwchase17 :) --- docs/docs_skeleton/docs/integrations/vectorstores/redis.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs_skeleton/docs/integrations/vectorstores/redis.ipynb b/docs/docs_skeleton/docs/integrations/vectorstores/redis.ipynb index bb67201501..475c744073 100644 --- a/docs/docs_skeleton/docs/integrations/vectorstores/redis.ipynb +++ b/docs/docs_skeleton/docs/integrations/vectorstores/redis.ipynb @@ -105,6 +105,7 @@ "- [Awesome Redis AI Resources](https://github.com/RedisVentures/redis-ai-resources) - List of examples of using Redis in AI workloads\n", "- [Azure OpenAI Embeddings Q&A](https://github.com/ruoccofabrizio/azure-open-ai-embeddings-qna) - OpenAI and Redis as a Q&A service on Azure.\n", "- [ArXiv Paper Search](https://github.com/RedisVentures/redis-arXiv-search) - Semantic search over arXiv scholarly papers\n", + "- [Vector Search on Azure](https://learn.microsoft.com/azure/azure-cache-for-redis/cache-tutorial-vector-similarity) - Vector search on Azure using Azure Cache for Redis and Azure OpenAI\n", "\n", "\n", "## More Resources\n",