[Feature]: Add group by field features whens search #25324
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
比如说多个向量指向一个商品id,然后search出来的时候商品id会出现:1,2,3,3,4,4,5,6,7的情况。100个向量数据,中间会有很多重复的商品id。这样的话 实际出来的商品id数据就不足100个。
Describe the solution you'd like.
希望在search里加一个类似group by filed的功能
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response