You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal here is to formally migrate all of the ANN APIs which are being compiled into libraft.so into cuVS and compile them into libcuvs.so so we can officially remove the dependency of libraft.so from cuVS and allow cuVS to maintain the implementations moving forword while we deprecate and eventually remove them from RAFT.
The goal here is to formally migrate all of the ANN APIs which are being compiled into
libraft.so
into cuVS and compile them intolibcuvs.so
so we can officially remove the dependency oflibraft.so
from cuVS and allow cuVS to maintain the implementations moving forword while we deprecate and eventually remove them from RAFT.cuvs::distance
(Moving and renaming distance namespaces from raft -> cuvs #85)cuvs::neighbors::ivf_flat
(Migrate IVF-Flat from RAFT #94)cuvs::neighbors::ivf_pq
(Migrate IVF-PQ from RAFT to cuVS #86)cuvs::neighbors::brute_force
cuvs::neighbors::cagra
(Moving CAGRA from RAFT #100)The text was updated successfully, but these errors were encountered: