From 3c106764e4350d4d3107c91021ff0610c272c008 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Mon, 9 Dec 2024 18:50:59 -0800 Subject: [PATCH] x --- docs/docs/integrations/vectorstores/sqlserver.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/vectorstores/sqlserver.ipynb b/docs/docs/integrations/vectorstores/sqlserver.ipynb index de70f50b50362..2e6ee2a33c950 100644 --- a/docs/docs/integrations/vectorstores/sqlserver.ipynb +++ b/docs/docs/integrations/vectorstores/sqlserver.ipynb @@ -147,7 +147,7 @@ "source": [ "In this example we use Azure OpenAI to generate embeddings , however you can use different embeddings provided in LangChain.\n", "\n", - "You can deploy a version of Azure OpenAI instance on Azure Portal following this [guide](https:\\learn.microsoft.com\\en-us\\azure\\ai-services\\openai\\how-to\\create-resource?pivots=web-portal). Once you have your instance running, make sure you have the name of your instance and key. You can find the key in the Azure Portal, under the \"Keys and Endpoint\" section of your instance." + "You can deploy a version of Azure OpenAI instance on Azure Portal following this [guide](https:\\learn.microsoft.com\\en-us\\azure\\ai-services\\openai\\how-to\\create-resource?pivots=web-portal). Once you have your instance running, make sure you have the name of your instance and key. You can find the key in the Azure Portal, under the \"Keys and Endpoint\" section of your instance." ] }, {