Expand description
Structured vector types for enhanced vector representations.
This module provides advanced vector types including:
- Named dimension vectors for interpretable embeddings
- Hierarchical vectors for multi-level representations
- Temporal vectors with timestamp support
- Weighted dimension vectors for importance scoring
- Confidence-scored vectors for uncertainty modeling
Structsยง
- Confidence
Scored Vector - Confidence-scored vector with uncertainty estimates
- Hierarchical
Vector - Hierarchical vector with multiple levels of embeddings
- Named
Dimension Vector - Named dimension vector where each dimension has a semantic name
- Temporal
Vector - Temporal vector with timestamp information
- Weighted
Dimension Vector - Weighted dimension vector where each dimension has an importance weight