apoc.ml.mixedbread.embedding

Procedure Apoc Extended

Returns the embeddings for a given text

Signature

apoc.ml.mixedbread.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?

{}

Output parameters

Name Type

embeddings

LIST<LIST<FLOAT>>