Re: Other vector similarity metric than provided by VectorSimilarityFunction

2023-01-15 Thread Michael Wechner
Am 15.01.23 um 16:36 schrieb Michael Sokolov: I would suggest building Lucene from source and adding your own similarity function to VectorSimilarity. That is the proper extension point for similarity functions. If you find there is some substantial benefit, it wouldn't be a big lift to add so

Re: Other vector similarity metric than provided by VectorSimilarityFunction

2023-01-15 Thread Michael Sokolov
I would suggest building Lucene from source and adding your own similarity function to VectorSimilarity. That is the proper extension point for similarity functions. If you find there is some substantial benefit, it wouldn't be a big lift to add something like that. However I'm dubious about the li