mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-18 21:09:00 +00:00
templates: rag-multi-modal typo, replace serch with search (#18519)
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 <josx@interorganic.com.ar>
This commit is contained in:
parent
12b4a4d860
commit
6041ec3dd1
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user