vigyasharma commented on PR #13525: URL: https://github.com/apache/lucene/pull/13525#issuecomment-2444990835
As mentioned earlier, here is my rough plan for splitting this change into smaller PRs. Some of these steps could be merged if the impl. warrants it: 1. Multi-Vector similarity and aggregation classes. 2. FieldInfo changes to add a new attribute for "aggregation". This will be set to `NONE` for single-valued vectors, by default, and in formats prior to this change. 3. Multi-vector support to flat vectors writer. 4. Random access vector values for multi-vectors. 5. Multi-vector support to flat vectors reader. 6. Hnsw writer/reader changes to work with multi-vectors if configured. 7. Support to index and query multi-vector values (may need to add this with the flat writer/reader PRs). -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org