github-actions[bot] commented on PR #13991:
URL: https://github.com/apache/lucene/pull/13991#issuecomment-2506880366
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
vigyasharma commented on code in PR #13991:
URL: https://github.com/apache/lucene/pull/13991#discussion_r1841544154
##
lucene/core/src/java/org/apache/lucene/index/MultiVectorSimilarityFunction.java:
##
@@ -0,0 +1,202 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) u
dungba88 commented on code in PR #13991:
URL: https://github.com/apache/lucene/pull/13991#discussion_r1841484667
##
lucene/core/src/java/org/apache/lucene/index/MultiVectorSimilarityFunction.java:
##
@@ -0,0 +1,202 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) unde
vigyasharma commented on PR #13991:
URL: https://github.com/apache/lucene/pull/13991#issuecomment-2472019578
I am thinking we can leverage the `NONE` aggregation (in #13525) for
non-ColBERT passage vector use-cases, by making each graph node correspond to a
single value in the multi-vector
vigyasharma opened a new pull request, #13991:
URL: https://github.com/apache/lucene/pull/13991
This is a small first change towards adding support for multi-vectors. We
start with adding a `MultiVectorSimilarityFunction` that can handle (late)
interaction across multiple vector values.