Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Get Embedding for Text

Prev Next
Step Details
Introduced in Version8.17.0
Last Modified in Version8.17.0
LocationAI > Google Vertex

The Get Embedding for Text step obtains numerical vector representations (embeddings) for text data. Text embeddings represent the semantic meaning of text, enabling various downstream natural language processing (NLP) tasks, such as text classification, clustering, or similarity analysis.

Prerequisites 

Refer to Google Vertex AI for setup instructions before using the step.

Additionally, ensure that the Google Cloud module dependency is installed, as it is required for this step to function.

Users on v9 will need to create a Project dependency.


Properties

Inputs

PropertyDescriptionData Type
Text to ProcessThe text that needs to be represented as vector embeddings.String

Outputs

PropertyDescriptionData Type
Resulting EmbeddingsNumerical vector representations (embeddings) of the input text.String

Example Inputs and Outputs