vigyasharma commented on PR #13525: URL: https://github.com/apache/lucene/pull/13525#issuecomment-2444982753
> Maybe the first goal should be to incorporate max sim for re-ranking use cases first using a flat format This could be setup using 1) a single-vector field for hnsw matching, and 2) a separate field with multi-vector values to directly access the flat format for the subset of matched readers. Basically a `RandomAccessVectorValues` on the format. I think this PR will allow us to support such a setup, may need a small change to turn off hnsw graph creation for specific fields (via `PerFieldKnnVectorsFormat`)? -- 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