partners: add similarity search by image functionality to langchain_chroma partner package (#22982)

- **Description:** This pull request introduces two new methods to the
Langchain Chroma partner package that enable similarity search based on
image embeddings. These methods enhance the package's functionality by
allowing users to search for images similar to a given image URI. Also
introduces a notebook to demonstrate it's use.
  - **Issue:** N/A
  - **Dependencies:** None
  - **Twitter handle:** @mrugank9009

---------

Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
mrugank-wadekar
2024-07-16 00:18:22 +05:30
committed by GitHub
parent b0aa915dea
commit 66bebeb76a
3 changed files with 778 additions and 0 deletions

File diff suppressed because one or more lines are too long