From 9b3fd89a26b0810bf08828748b57e60dcb9522d9 Mon Sep 17 00:00:00 2001 From: Christian Muertz Date: Mon, 19 Dec 2022 10:43:23 +0100 Subject: [PATCH] Fix typo --- examples/azure/embeddings.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/azure/embeddings.ipynb b/examples/azure/embeddings.ipynb index 9715821f..5bd77614 100644 --- a/examples/azure/embeddings.ipynb +++ b/examples/azure/embeddings.ipynb @@ -1,12 +1,13 @@ { "cells": [ { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "# Azure embeddings example\n", "In this example we'll try to go over all operations for embeddings that can be done using the Azure endpoints. \\\n", - "This example focuses on embeddings but also touches on the some other operations that are also available using the API. This example is meant to be a quick way of showing simple operations and is not meant as a tutorial." + "This example focuses on embeddings but also touches some other operations that are also available using the API. This example is meant to be a quick way of showing simple operations and is not meant as a tutorial." ] }, {