Querying distance based on IDs #4457
Unanswered
elliotsayes
asked this question in
Q&A and General discussion
Replies: 2 comments 4 replies
-
workaround:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, this idea looks interesting, but currently Milvus can only use The requirement you mentioned is for a two-by-two comparison between feature vectors, can you share the real scenario that needs to be used for this requirement? |
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
-
Looking through the documentation, the query DSL allows searching for entities based on vector distance.
Is there any functionality for returning the distance between the vectors of particular known IDs? Or, am I expected retrieve their vectors by id (i.e.
get_entity_by_id
), then calculate their similarity outside of milvus?Extension of this idea: being able to specify a list of entities (e.g. A, B, C, D) and retrieve the distance between each set of two entities (e.g. A->B, A->C, A->D, B->C, B->D, C->D).
I understand that milvus is intended to fill a niche like elastic search, but it would be convenient for those who want to use milvus as their all-purpose vector store and calculation engine.
Beta Was this translation helpful? Give feedback.
All reactions