From 07360de1dcee500c8eb32c41b4204161f2c7e012 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:30:43 +0900 Subject: [PATCH] =?UTF-8?q?Update=20embedding-document-search.ipynb=20=20(?= =?UTF-8?q?Typo=20"Azure=20Open=20AI"=E2=86=92"Azure=20OpenAI")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/Azure-Samples/openai-dotnet-samples/blob/main/embedding-document-search.ipynb #PingMSFTDocs --- embedding-document-search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedding-document-search.ipynb b/embedding-document-search.ipynb index 941a1f9..6dc2b02 100644 --- a/embedding-document-search.ipynb +++ b/embedding-document-search.ipynb @@ -5,7 +5,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Search documents with Azure Open AI Embeddings\n", + "# Search documents with Azure OpenAI Embeddings\n", "\n", "This tutorial will walk you through using the Azure OpenAI embeddings API to perform document search where you'll query a knowledge base to find the most relevant document.\n", "\n",