About Anaconda Help Download Anaconda

VecFlow / packages / libcuvs-vecflow-cu12 0.2.0

cuVS with VecFlow filtered-ANN extensions (C++ library + headers)

Installers

  • linux-64 v0.2.0
  • linux-aarch64 v0.2.0

conda install

To install this package run one of the following:
conda install vecflow::libcuvs-vecflow-cu12

Description

libcuvs.so built from VecFlow's fork of cuVS 26.06. Strict additive extension of the upstream public API — every upstream cagra / ivfflat / ivfpq / bruteforce / nndescent function keeps its existing signature and behavior. VecFlow adds the following new namespaces alongside: - cuvs::neighbors::cagra::filteredsearch (per-query label gate) - cuvs::neighbors::filteredbfs::* (one-probe IVF-Flat label gate) - cuvs::neighbors::vecflow::* (composite IVF-Graph + IVF-BFS) Modifications to cagra/ivfflat detail headers (new device helpers, new searchalgo enum branch, new dispatch overloads) are likewise purely additive — none of the upstream code paths are altered.

NOTE: this is a separate conda package named libcuvs-vecflow-cuXX, not a replacement for the rapidsai libcuvs package. Install one or the other, not both.

Until cuVS 26.06 is on the stable rapidsai channel, install with the nightly channel listed first:

mamba install -c VecFlow -c rapidsai-nightly -c rapidsai \
              -c conda-forge libcuvs-vecflow-cu12

© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.18) Legal | Privacy Policy