Text Embedder

This node applies the provided embeddings model to create embeddings for the texts contained in a string column of the input table. At its core, a text embedding is a dense vector of floating point values capturing the semantic meaning of the text. Thus these embeddings are often used to find semantically similar documents e.g. in vector stores. How exactly the embeddings are derived depends on the used embeddings model but typically the embeddings are the internal representations used by deep language models e.g. GPTs. If this node fails to execute and gives an unhelpful error message such as 'Execute failed: Error while sending a command.', then refer to the description of the node that provided the embeddings model.

Options

Text column

The string column containing the texts to embed.

Embeddings column name

Name for output column that will hold the embeddings.

Input Ports

Icon

Used to embed the texts from the input table into numerical vectors.

Icon

Input table containing a text column to embed.

Output Ports

Icon

The input table with the appended embeddings column.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.