Skip to content

Commit

Permalink
End-to-end vector search tutorial in docs (#1776)
Browse files Browse the repository at this point in the history
Closes #1745

Authors:
  - Corey J. Nolet (https://github.com/cjnolet)
  - William Hicks (https://github.com/wphicks)
  - Divye Gala (https://github.com/divyegala)

Approvers:
  - Ben Frederickson (https://github.com/benfred)

URL: #1776
  • Loading branch information
cjnolet authored Oct 13, 2023
1 parent 637019e commit cf08558
Show file tree
Hide file tree
Showing 3 changed files with 347 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ While not exhaustive, the following general categories help summarize the accele

* - Category
- Examples
* - Nearest Neighbors
- pairwise distances, vector search, epsilon neighborhoods, neighborhood graph construction
* - Data Formats
- sparse & dense, conversions, data generation
* - Dense Operations
- linear algebra, matrix and vector operations, slicing, norms, factorization, least squares, svd & eigenvalue problems
* - Sparse Operations
- linear algebra, eigenvalue problems, slicing, norms, reductions, factorization, symmetrization, components & labeling
* - Nearest Neighbors
- pairwise distances, vector search, epsilon neighborhoods, neighborhood graph construction
* - Basic Clustering
- spectral clustering, hierarchical clustering, k-means
* - Solvers
Expand All @@ -61,9 +61,10 @@ While not exhaustive, the following general categories help summarize the accele
cpp_api.rst
pylibraft_api.rst
using_libraft.md
vector_search_tutorial.md
raft_ann_benchmarks.md
raft_dask_api.rst
using_comms.rst
using_raft_comms.rst
developer_guide.md
contributing.md

Expand Down
File renamed without changes.
Loading

0 comments on commit cf08558

Please sign in to comment.