Skip to main content
Overview > Inworld Graph Runtime Data > Inworld Graph Runtime Data Knowledge Class: UInworldGraphRuntimeData_Knowledge | Inherits from: UInworldGraphRuntimeData Runtime data class for managing knowledge retrieval in Inworld graphs. This class manages knowledge sets used for information retrieval and question-answering operations within Inworld graphs. It supports dynamic adding, removing, enabling, and disabling of knowledge sets, with text embeddings used for semantic search and retrieval.

Methods

Reference

AddKnowledgeTextEmbeddingAsset

Adds a new knowledge set to the runtime data, with an option to replace an existing set. AddKnowledgeTextEmbeddingAsset Blueprint Node

Examples

Parameters


AddKnowledgeTextEmbeddings

Adds a new knowledge set to the runtime data, with an option to replace an existing set. AddKnowledgeTextEmbeddings Blueprint Node

Examples

Parameters


DisableKnowledge

Disables a specific knowledge set within the runtime data. DisableKnowledge Blueprint Node

Examples

Parameters


EnableKnowledge

Enables a specific knowledge set within the runtime data. EnableKnowledge Blueprint Node

Examples

Parameters


GetKnowledgeMapKeys

Retrieves all knowledge set IDs currently stored in the runtime data. GetKnowledgeMapKeys Blueprint Node

Examples

Returns

Type: TArray<FName>

RemoveKnowledge

Removes a specific knowledge set identified by its unique ID. RemoveKnowledge Blueprint Node

Examples

Parameters


Set

Sets the initial knowledge assets for the runtime data. Set Blueprint Node

Examples

Parameters