-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs and remove cleanup other files
- Loading branch information
Showing
4 changed files
with
350 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Vamana | ||
===== | ||
|
||
Vamana is the graph construction algorithm behind the well-known DiskANN vector search solution. The cuVS implementation of Vamana/DiskANN is a custom GPU-acceleration version of the algorithm that aims to reduce index construction time using NVIDIA GPUs. | ||
|
||
.. role:: py(code) | ||
:language: c++ | ||
:class: highlight | ||
|
||
``#include <cuvs/neighbors/vamana.hpp>`` | ||
|
||
namespace *cuvs::neighbors::vamana* | ||
|
||
Index build parameters | ||
---------------------- | ||
|
||
.. doxygengroup:: vamana_cpp_index_params | ||
:project: cuvs | ||
:members: | ||
:content-only: | ||
|
||
Index | ||
----- | ||
|
||
.. doxygengroup:: vamana_cpp_index | ||
:project: cuvs | ||
:members: | ||
:content-only: | ||
|
||
Index build | ||
----------- | ||
|
||
.. doxygengroup:: vamana_cpp_index_build | ||
:project: cuvs | ||
:members: | ||
:content-only: | ||
|
||
Index serialize | ||
--------------- | ||
|
||
.. doxygengroup:: vamana_cpp_serialize | ||
:project: cuvs | ||
:members: | ||
:content-only: |
Oops, something went wrong.