kaivalnp commented on issue #12579: URL: https://github.com/apache/lucene/issues/12579#issuecomment-1767112899
> one other thing to think about is https://weaviate.io/blog/weaviate-1-20-release#autocut Interesting! They [seem to](https://github.com/weaviate/weaviate/blob/c382dcbe6ff05dfadf1e2799fdb4ade2d60aead8/entities/autocut/autocut.go#L14) make "cuts" when there is an abnormal jump in scores. An "abnormal jump" is defined when the score of the next candidate does not match the gradual decrease in scores (for example: if we have collected 10 vectors with a max and min score of 1.0 and 0.8, the "step" is basically 0.02 per vector, so we make a "cut" if the next best candidate is below a score of 0.78) Might be a good next step to simplify the API! -- 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