Combining Image-Retrieval with Algolia/Typesense? #396
Unanswered
alexisdrakopoulos
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
There are many different ways to implement subset search, you can read some in https://rom1504.medium.com/semantic-search-with-embeddings-index-anything-8fb18556443c 2 simple methods are
Regarding text + image search, you can do an average of both text and image embedding, see the notebook about this in this repo |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to build a nice multi-modal searching tool. Queries may include subsets of images, text and filters.
Tools like algolia/typesense make the text/filter search quite easy to setup. How would you combine it to work elegantly with CLIP Retrieval approaches?
Would you just search both separately and then combine the rankings somehow? Can you use one to augment the other?
Any suggestions are greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions