multi-stage search #3873
Answered
by
shiyu22
imaglib
asked this question in
Q&A and General discussion
multi-stage search
#3873
-
I want do multi-stage search, for example ,1. first stage is binary hamming and second stage is image embeding .2 first stage is word embeding and second stage is image embeing . Further more user can specify rules of multi-stage indexing. |
Beta Was this translation helpful? Give feedback.
Answered by
shiyu22
Sep 25, 2020
Replies: 1 comment 5 replies
-
Are you saying the multi-stage search is multi-attribute search like the issue? If you just want multiple embeddings to be retrieved, you can create multiple collections to store different embeddings data. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
sahuang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you saying the multi-stage search is multi-attribute search like the issue?
If you just want multiple embeddings to be retrieved, you can create multiple collections to store different embeddings data.