navneet1v commented on PR #15223: URL: https://github.com/apache/lucene/pull/15223#issuecomment-3978131436
> @navneet1v > > All vector formats are labeled experimental I think. If somebody is providing there own custom set of parameters for the format, they will need to adjust the format and the constructors. This is the case with any format upgrade in Lucene. Sure that make sense. Frankly speaking adjusting is least of my question here. What I wanted to raise was 1. Since we have the new format and in a lucene index which has old segment with `Lucene99ScalarQuantizedVectorsFormat` and new segments with `Lucene104HnswScalarQuantizedVectorsFormat` may give different scores for different vectors. That really freaks me out because as a user at least I should expect scores to be same for same vector or is that not even guaranteed ? :( -- 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]
