From cead81c02ff7fab6a5ff8b4ea5e3ba550bfb6662 Mon Sep 17 00:00:00 2001 From: Collin Green Date: Mon, 26 May 2025 19:27:42 -0700 Subject: [PATCH] fix typo in custom image embedding example s/serach/search --- examples/custom_image_embedding_search.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom_image_embedding_search.ipynb b/examples/custom_image_embedding_search.ipynb index 51bfef256b..7b51abd09e 100644 --- a/examples/custom_image_embedding_search.ipynb +++ b/examples/custom_image_embedding_search.ipynb @@ -438,7 +438,7 @@ "id": "0O-GYQ-1QAqm" }, "source": [ - "We require the indices as we will use this to serach through our image_directory and selecting the image at the location of the index to feed into the vision model for RAG." + "We require the indices as we will use this to search through our image_directory and selecting the image at the location of the index to feed into the vision model for RAG." ] }, {