apoc.ml.watson.embedding
Procedure Apoc Extended
Returns the embeddings for a given text
Signature
apoc.ml.watson.embedding(texts :: LIST<STRING>, accessToken :: STRING, configuration = {} :: MAP?) :: (embeddings :: LIST<LIST<FLOAT>>)
Input parameters
Name | Type | Default |
---|---|---|
texts |
LIST<STRING> |
null |
accessToken |
STRING |
null |
configuration |
MAP? |
{} |