Description Usage Arguments Value
Get a vector of features for a list of sentences
1 2 | embed_sentences(sentences = list(), model = "english",
version = "default", conn = environment(), timeout = 5)
|
sentences |
List of sentences or strings |
model |
Name of the image model you wish to use. (Default: 'english') |
version |
Version of the image model you wish to use. (Default: 'default') |
conn |
Basilica connection. Must be created with the 'connect' function (Default: Global 'basilica_connection') |
timeout |
Time (in seconds) before requests times out. (Default '5') |
matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.