chatman commented on code in PR #3872: URL: https://github.com/apache/solr/pull/3872#discussion_r2546954333
########## solr/solr-ref-guide/modules/query-guide/pages/dense-vector-search.adoc: ########## @@ -122,7 +122,7 @@ Here's how `DenseVectorField` can be configured with the advanced hyperparameter (advanced) Specifies the underlying knn algorithm to use + -Accepted values: `hnsw`, `cagra_hnsw` (requires GPU acceleration setup). Review Comment: Lets keep it as cagra_hnsw as the algorithm name, since cuVS can potentially introduce newer algorithms. Alternatively, we can use cuvs_cagra_hnsw. However, it seems unnecessarily verbose to me. -- 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]
