Load an existing Annoy index for bigmatrix workflows
Source:R/annoy_interface.R
annoy_load_bigmatrix.RdLoad an existing Annoy index for bigmatrix workflows
Arguments
- path
File path to an existing Annoy index built by
annoy_build_bigmatrix().- metadata_path
Optional path to the sidecar metadata file.
- prefault
Logical flag indicating whether searches should prefault the index when loaded by the native backend.
- load_mode
Whether to eagerly load the native index handle on open or defer until first search.
Value
A bigannoy_index object that can be passed to
annoy_search_bigmatrix().