Gabriel39 opened a new issue, #66495: URL: https://github.com/apache/doris/issues/66495
## Parent Tracked by #66340. IVF_PQ query support was introduced and verified by #65730. ## Scope - [ ] IVF_FLAT query support. - [ ] IVF_SQ query support. - [ ] IVF_HNSW_FLAT query support. - [ ] IVF_HNSW_SQ query support. - [ ] IVF_HNSW_PQ query support. - [ ] Define compatible vector element types, distance metrics, and ANN tuning parameters for each algorithm. ## Completion criteria - [ ] Query execution works through Lance automatic index selection for every listed algorithm. - [ ] Regression fixtures and tests cover every algorithm and compatible metric combination. - [ ] EXPLAIN and error handling make index selection and incompatibilities diagnosable. - [ ] User documentation contains a supported algorithm compatibility matrix. -- 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]
