View source: R/annoy_interface.R
| annoy_load_bigmatrix | R Documentation |
Load an existing Annoy index for bigmatrix workflows
annoy_load_bigmatrix(
path,
metadata_path = NULL,
prefault = FALSE,
load_mode = "eager"
)
path |
File path to an existing Annoy index built by
|
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. |
A bigannoy_index object that can be passed to
annoy_search_bigmatrix().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.