Description Usage Arguments Value
Get a vector of features for a sentence
1 2 | embed_sentence(sentence = character(), model = "english",
version = "default", conn = environment(), timeout = 5)
|
sentence |
Sentence or string |
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.