Skip to main content
Overview > Inworld Text Embedder Class: UInworldTextEmbedder | Inherits from: UObject Provides functionality to embed text as vector embeddings using Inworld AI’s Text Embedding services. This class offers both synchronous and asynchronous methods for embedding text inputs into high-dimensional vector representations. Delegates can be used to handle asynchronous results, which include success indicators and the resulting embeddings. Text embeddings are useful for semantic similarity comparisons, intent matching, and knowledge retrieval operations.

Methods

Reference

CreateInworldTextEmbedder

Creates an instance of UInworldTextEmbedder with the given configuration ID. CreateInworldTextEmbedder Blueprint Node

Examples

Parameters

Returns

Type: UInworldTextEmbedder* Description: A pointer to the instance of UInworldTextEmbedder.

Embed

Embeds the input text into embeddings synchronously. Embed Blueprint Node

Examples

Parameters

Returns

Type: bool Description: True if the embedding operation is successful, false otherwise.

EmbedAsync

Embeds the input text into embeddings asynchronously. EmbedAsync Blueprint Node

Examples

Parameters


EmbedAsync

EmbedAsync Blueprint Node

Examples