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