chatman commented on code in PR #3615:
URL: https://github.com/apache/solr/pull/3615#discussion_r2322813371
##########
solr/core/build.gradle:
##########
@@ -95,6 +95,8 @@ dependencies {
implementation libs.apache.lucene.spatialextras
implementation libs.apache.lucene.suggest
+ // CUVS Lucene integration for GPU-accelerated vector search
+ implementation libs.cuvs.lucene
Review Comment:
> Could it be in a module
+1, nothing non-critical must ever be in solr-core.
--
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]