powered by
Save the content of the model in two files:
the RcppAnnoy model
the dictionary (character containing texts)
save_annoy_model(annoy_model, path_annoy, path_dictionary)
RcppAnnoy model
path for the RcppAnnoy model
path for the dictionary (character containing texts)