get_default_embedding {sentiment.ai} | R Documentation |
get default embedding
If it exists, return the object.
If not, try downloading it.
If download works, return object.
Else return NULL
(to be handles in embed_topics()
).
Description
get default embedding
If it exists, return the object.
If not, try downloading it.
If download works, return object.
Else return NULL
(to be handles in embed_topics()
).
Usage
get_default_embedding(model)
Arguments
model |
character - whic model's default embeddings are needed |
[Package sentiment.ai version 0.1.1 Index]