Gabriel39 opened a new issue, #66494:
URL: https://github.com/apache/doris/issues/66494

   ## Parent
   
   Tracked by #66340. Single-vector search was introduced by #65730.
   
   ## Scope
   
   - [ ] Map List<FixedSizeList<...>> Lance columns for multi-vector use.
   - [ ] Accept multiple sub-vectors in one logical query.
   - [ ] Implement Multi-vector Search.
   - [ ] Define aggregation, scoring, filtering, Top-K, and _distance semantics.
   - [ ] Do not implicitly expand the scope to joint search across multiple 
vector columns.
   
   ## Completion criteria
   
   - [ ] FE type analysis, serialization, and BE execution are implemented.
   - [ ] Tests cover supported element types, dimensions, nullability, and 
scoring behavior.
   - [ ] User documentation describes the query format and result semantics.
   - [ ] Representative multi-vector datasets and indexes are verified.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to