vector search in id scope #4927
Unanswered
winterfellding
asked this question in
Q&A and General discussion
Replies: 2 comments
-
The current v1.x does not support attribute filtering. And in the future, v2.x may support this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In some user applications, they use other SQL system(mysql, postgresql, etc.) to store properties. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using Milvus v1.0 to do image search, I have a feature to implement, each image have some attribute, e.g, some image's author is A, and some other is B, does milvus now support search all author A's image and rank with relevance.
I notice that v1.0 now doesn't support property search for the vector, can I save the milvus vector id and other properties to filter in another storage system, and use an id collection as the search filter in milvus search.
Beta Was this translation helpful? Give feedback.
All reactions