Module search

Module search 

Source
Expand description

Search algorithms.

Structsยง

Candidate
A candidate node for search, containing its distance to the query and its ID.
SearchContext
Context for search operations to reuse allocations.
SearchResult
Result of a search query.
Searcher
Structure to perform search on HNSW graph.