When using a collection with multiple vector fields, what value should be inserted into the collection when one of the vector value is missing? #37563
-
background: Q: when a person's text is short and can be embeded into 1 vector, what kind of value should I insert into the rest vector fields? From what I've known, I think there isn't such a concept such as "Optional" vector field for now. BTW, I already considered inserting zero-vectors as default value, but when I went through the hybrid search document, I think both the WeightedRanker and RRFRanker cannot handle such zero-vectors. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Each collection is a table, each field is a column. When you define a collection, you must define how many columns in this table. All these embeddings are generated by one model, right? They should be computed within a column.
Let's say one search request return the top 10 items:
If you want "the more items in top10 is what I need", then resume_id=5 is the answer |
Beta Was this translation helpful? Give feedback.
-
@noob9527 We will support group by in hybrid search in Milvus 2.5, it will coming soon! |
Beta Was this translation helpful? Give feedback.
@noob9527 We will support group by in hybrid search in Milvus 2.5, it will coming soon!