Expose the function that converts HNSW params to Cagra params in cuvs/java
cagra::index_params cuvs::neighbors::hnsw::to_cagra_params(
raft::matrix_extent<int64_t> dataset,
int M,
int ef_construction,
cuvs::distance::DistanceType metric = cuvs::distance::DistanceType::L2Expanded);