Represents custom features derived from text embeddings with TF-IDF analysis. TextEmbedding extends VectorFeature to handle text-based embeddings with additional text-specific analysis capabilities. It combines vector clustering with TF-IDF analysis to provide both semantic clustering and keyword extraction for text data. The feature type is automatically set to CustomFeatureType.FROM_TEXT_EMBEDDING and uses clustering combined with TF-IDF summarization for drift computation.Documentation Index
Fetch the complete documentation index at: https://handbook.fiddler.ai/llms.txt
Use this file to discover all available pages before exploring further.