mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
issue: https://github.com/milvus-io/milvus/issues/42148 design doc: https://github.com/milvus-io/milvus-design-docs/blob/main/design_docs/20260306-struct.md This PR: - Allow element-level search to use group by primary key for doc-level dedup (non pk is not allowed yet) - Block embedding list (multi-search-multi) with group by; hybrid search with ArrayOfVector group by remains blocked TODO: - support element-level query to use group by Signed-off-by: SpadeA <tangchenjie1210@gmail.com>