cuvs icon indicating copy to clipboard operation
cuvs copied to clipboard

Use `int64_t` for CAGRA+HNSW search function

Open lowener opened this issue 1 year ago • 0 comments

The CAGRA+HNSW search function is using uint64_t when all ANN search functions are using int64_t. It would be better to unify this API. Milvus created a fix for this on Raft : https://github.com/rapidsai/raft/commit/10f5414eaa895ee0d566fa2932eb102c518bfcb4

lowener avatar Aug 12 '24 12:08 lowener