From 6041ec3dd1333e2de9df6923f209bc744a88a0a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Di=20Biase?= Date: Wed, 6 Mar 2024 20:08:55 -0300 Subject: [PATCH] templates: rag-multi-modal typo, replace serch with search (#18519) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thank you for contributing to LangChain! - [x] **PR title**: "templates: rag-multi-modal typo, replace serch with search " - **Description:** Two little typos in multi modal templates (replace serch string with search) Signed-off-by: José Luis Di Biase --- templates/rag-multi-modal-local/README.md | 2 +- templates/rag-multi-modal-mv-local/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/rag-multi-modal-local/README.md b/templates/rag-multi-modal-local/README.md index 40460097567..610c8c57f16 100644 --- a/templates/rag-multi-modal-local/README.md +++ b/templates/rag-multi-modal-local/README.md @@ -1,7 +1,7 @@ # rag-multi-modal-local -Visual search is a famililar application to many with iPhones or Android devices. It allows user to serch photos using natural language. +Visual search is a famililar application to many with iPhones or Android devices. It allows user to search photos using natural language. With the release of open source, multi-modal LLMs it's possible to build this kind of application for yourself for your own private photo collection. diff --git a/templates/rag-multi-modal-mv-local/README.md b/templates/rag-multi-modal-mv-local/README.md index 70e43e5a020..c9095e44531 100644 --- a/templates/rag-multi-modal-mv-local/README.md +++ b/templates/rag-multi-modal-mv-local/README.md @@ -1,7 +1,7 @@ # rag-multi-modal-mv-local -Visual search is a famililar application to many with iPhones or Android devices. It allows user to serch photos using natural language. +Visual search is a famililar application to many with iPhones or Android devices. It allows user to search photos using natural language. With the release of open source, multi-modal LLMs it's possible to build this kind of application for yourself for your own private photo collection.