Represents custom features derived from a single vector column using clustering analysis. VectorFeature processes high-dimensional vector data (like embeddings or feature vectors) by applying k-means clustering to create discrete clusters that can be monitored for distribution changes over time. This is particularly useful for monitoring embedding drift in high-dimensional spaces. The feature type is automatically set to CustomFeatureType.FROM_VECTOR and creates meaningful groupings from vector data for drift detection and anomaly identification.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.