extract_embeddings | R Documentation |
Extract Embeddings from MiewID
extract_embeddings(
manifest,
miew_model,
file_col = "FilePath",
batch_size = 1,
workers = 1
)
manifest |
list of files |
miew_model |
loaded miewid model |
file_col |
column name containing file paths |
batch_size |
batch size for generator |
workers |
number of workers for generator |
matrix of embeddings
## Not run: embeddings = extract_embeddings(manifest, miew)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.