Overview > Text Embedder ModuleClass:TextEmbedderModule | Inherits from:InworldFrameworkModuleModule for text embedding functionality within the Inworld framework. Converts text into high-dimensional vector representations for semantic analysis and similarity matching. Essential component for knowledge retrieval, safety checking, and other semantic processing operations.
This module provides the core text embedding functionality used by other framework modules. It supports both remote and local embedding models for converting text into vector representations.