Skip to content

Commit

Permalink
templates: Update README.md - Fixing a typo (langchain-ai#17689)
Browse files Browse the repository at this point in the history
- **Description:** PR to fix typo in readme
    - **Issue:** typo in readme
    - **Dependencies:** no
    - **Twitter handle:** p_moolrajani
  • Loading branch information
PankajMoolrajani committed Feb 22, 2024
1 parent 4f88a51 commit 78521ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rag-multi-modal-local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This template demonstrates how to perform private visual search and question-ans

It uses OpenCLIP embeddings to embed all of the photos and stores them in Chroma.

Given a question, relevat photos are retrieved and passed to an open source multi-modal LLM of your choice for answer synthesis.
Given a question, relevant photos are retrieved and passed to an open source multi-modal LLM of your choice for answer synthesis.

![Diagram illustrating the visual search process with OpenCLIP embeddings and multi-modal LLM for question-answering, featuring example food pictures and a matcha soft serve answer trace.](https://github.com/langchain-ai/langchain/assets/122662504/da543b21-052c-4c43-939e-d4f882a45d75 "Visual Search Process Diagram")

Expand Down

0 comments on commit 78521ca

Please sign in to comment.