Expand description
Search algorithms.
Structsยง
- Candidate
- A candidate node for search, containing its distance to the query and its ID.
- Search
Context - Context for search operations to reuse allocations.
- Search
Result - Result of a search query.
- Searcher
- Structure to perform search on HNSW graph.